Skip to content

Commit

Permalink
docs(backend_layout_and_approach): link django app patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored and sarina committed Sep 30, 2024
1 parent db65222 commit 1fd5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developers/concepts/backend_layout_and_approach.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Backend Layout and Approach
###########################

`OEP-49 <https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0049-django-app-patterns.html>`_ defines the common conventions used for Django apps written for this project.
`OEP-49 <https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0049-django-app-patterns.html>`_ defines the common conventions used for Django apps written for this project.

New apps, services, and libraries should be created using `edx-cookiecutters <https://github.com/openedx/edx-cookiecutters>`_, which will fill in a lot of the boilerplate pieces for you (e.g. license, translations, testing dependencies).

Expand Down

0 comments on commit 1fd5edf

Please sign in to comment.