Browse Source

auto commit

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

+ 1
- 1
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 = []
28
+ALLOWED_HOSTS = ["*"]
29
 
29
 
30
 
30
 
31
 # Application definition
31
 # Application definition

Loading…
Cancel
Save