From 734079404f353051c74fdbc82a5526df3d90d0d0 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:57:32 +0700 Subject: [PATCH] docs(backend_layout_and_approach): link django app patterns --- source/developers/concepts/backend_layout_and_approach.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).