Skip to content

Commit a391b43

Browse files
authored
Initializing third party apps before project apps (#817)
1 parent d845bbd commit a391b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.name }}/src/app/conf/installed_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
"django.contrib.staticfiles",
2323
]
2424

25-
INSTALLED_APPS = APPS + THIRD_PARTY_APPS
25+
INSTALLED_APPS = THIRD_PARTY_APPS + APPS

0 commit comments

Comments
 (0)