diff --git a/projectname/settings/base.py b/projectname/settings/base.py index 9c85ebd843f1c7925055623204880da820bf2e66..8e6c3b7d522dd835aead3c3f0198d8df82b7d51b 100644 --- a/projectname/settings/base.py +++ b/projectname/settings/base.py @@ -46,7 +46,9 @@ INSTALLED_APPS = [ "django.contrib.messages", "django.contrib.staticfiles", - "shared" + "webpack_loader", + + "shared", ] MIDDLEWARE = [