diff --git a/{{ cookiecutter.name }}/src/app/conf/installed_apps.py b/{{ cookiecutter.name }}/src/app/conf/installed_apps.py index 4785a4ee..42d794c1 100644 --- a/{{ cookiecutter.name }}/src/app/conf/installed_apps.py +++ b/{{ cookiecutter.name }}/src/app/conf/installed_apps.py @@ -22,4 +22,4 @@ "django.contrib.staticfiles", ] -INSTALLED_APPS = APPS + THIRD_PARTY_APPS +INSTALLED_APPS = THIRD_PARTY_APPS + APPS