From b220e53fa27dc167a4e3848947a43630588abfa7 Mon Sep 17 00:00:00 2001 From: Rebecca Graber Date: Wed, 1 Mar 2023 09:35:42 -0500 Subject: [PATCH] fixup!: rst --- oeps/best-practices/oep-0049-django-app-patterns.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeps/best-practices/oep-0049-django-app-patterns.rst b/oeps/best-practices/oep-0049-django-app-patterns.rst index 34f319383..026037d8e 100644 --- a/oeps/best-practices/oep-0049-django-app-patterns.rst +++ b/oeps/best-practices/oep-0049-django-app-patterns.rst @@ -267,8 +267,8 @@ Do note that even if you expose your tasks through ``api.py`` to be used by othe still be configured with the ``tasks`` import name, as the celery identifier for your task (as set by the celery decorator) is based off the original file. -docs/decisions/0001-purpose-of-this-repo.rst or 0001-purpose-of-this-app -======================================================================== +docs/decisions/0001-purpose-of-this-repo.rst or 0001-purpose-of-this-app.rst +============================================================================ This should be an architectural decision record (ADR) describing the decision behind adding the app. Future ADRs should also be placed in this directory.