Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
efa41d95e4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      djc_srv/settings.py

+ 2
- 2
djc_srv/settings.py View File

25
 # SECURITY WARNING: don't run with debug turned on in production!
25
 # SECURITY WARNING: don't run with debug turned on in production!
26
 DEBUG = True
26
 DEBUG = True
27
 
27
 
28
-ALLOWED_HOSTS = ["*"]
29
-
28
+ALLOWED_HOSTS = ["fredericktheinsanelygreat.com"]
30
 
29
 
30
+# jxn.fredericktheinsanelygreat.com
31
 
31
 
32
 # Application definition
32
 # Application definition
33
 
33
 

Loading…
Cancel
Save