Skip to content

Commit 193bf0e

Browse files
committed
tweaks for s3
1 parent 1f9ca28 commit 193bf0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

museum_of_dreams_project/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"ckeditor",
4040
"ckeditor_uploader",
4141
"django_distill",
42+
"storages",
4243
]
4344

4445
MIDDLEWARE = [

museum_of_dreams_project/settings/staging.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from .aws import *
22

33
ENVIRONMENT = "staging"
4-
DEBUG = True
54

65
ALLOWED_HOSTS = [
76
"museumofdreams.eu-west-2.elasticbeanstalk.com",

0 commit comments

Comments
 (0)