We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d845bbd commit a391b43Copy full SHA for a391b43
{{ cookiecutter.name }}/src/app/conf/installed_apps.py
@@ -22,4 +22,4 @@
22
"django.contrib.staticfiles",
23
]
24
25
-INSTALLED_APPS = APPS + THIRD_PARTY_APPS
+INSTALLED_APPS = THIRD_PARTY_APPS + APPS
0 commit comments