diff --git a/source/developers/concepts/backend_layout_and_approach.rst b/source/developers/concepts/backend_layout_and_approach.rst index df4eda58..f0e8f55e 100644 --- a/source/developers/concepts/backend_layout_and_approach.rst +++ b/source/developers/concepts/backend_layout_and_approach.rst @@ -1,7 +1,7 @@ Backend Layout and Approach ########################### -`OEP-49 `_ defines the common conventions used for Django apps written for this project. +`OEP-49 `_ defines the common conventions used for Django apps written for this project. New apps, services, and libraries should be created using `edx-cookiecutters `_, which will fill in a lot of the boilerplate pieces for you (e.g. license, translations, testing dependencies).