We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9ca28 commit 193bf0eCopy full SHA for 193bf0e
museum_of_dreams_project/settings/base.py
@@ -39,6 +39,7 @@
39
"ckeditor",
40
"ckeditor_uploader",
41
"django_distill",
42
+ "storages",
43
]
44
45
MIDDLEWARE = [
museum_of_dreams_project/settings/staging.py
@@ -1,7 +1,6 @@
1
from .aws import *
2
3
ENVIRONMENT = "staging"
4
-DEBUG = True
5
6
ALLOWED_HOSTS = [
7
"museumofdreams.eu-west-2.elasticbeanstalk.com",
0 commit comments