We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e38e3c commit 7e99a40Copy full SHA for 7e99a40
museum_of_dreams_project/settings/aws.py
@@ -12,6 +12,7 @@
12
ALLOWED_HOSTS = [
13
"museumofdreamworlds.eu-west-2.elasticbeanstalk.com",
14
"3.11.242.245",
15
+ "museumofdreamworlds.org",
16
]
17
18
DATABASES = {
museum_of_dreams_project/settings/staging.py
@@ -5,7 +5,8 @@
5
6
7
"museumofdreams.eu-west-2.elasticbeanstalk.com",
8
- "18.171.110.126", # to stop error about it
+ "18.171.110.126",
9
+ "staging.museumofdreamworlds.org",
10
11
GRAPPELLI_ADMIN_TITLE = "Museum of Dreams"
AWS_STORAGE_BUCKET_NAME = "moddevbucket"
0 commit comments