Skip to content

Commit

Permalink
docs: add recommendation for ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Mar 1, 2023
1 parent 0b1f15b commit 6dc6839
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oeps/best-practices/oep-0049-django-app-patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ 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.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.

Consequences
************

Expand All @@ -279,6 +284,7 @@ Change History
==========

* Changed type from "Architecture" to "Best Practice"
* Added section for an ADR justifying the new app

2021-04-23
==========
Expand Down

0 comments on commit 6dc6839

Please sign in to comment.