ns-devel
commited on
Commit
·
bbd95c9
1
Parent(s):
5519324
Added * in allwoed hosts
Browse files
stockfund/settings/base.py
CHANGED
|
@@ -24,7 +24,7 @@ SECRET_KEY = "django-insecure-miq=zs#3kpf79%j$!bhq*++ho5nf5b!9ri(j(v*y%rw=we)1^b
|
|
| 24 |
# SECURITY WARNING: don't run with debug turned on in production!
|
| 25 |
DEBUG = True
|
| 26 |
|
| 27 |
-
ALLOWED_HOSTS = []
|
| 28 |
DATA_UPLOAD_MAX_NUMBER_FIELDS = 50000
|
| 29 |
|
| 30 |
# Application definition
|
|
|
|
| 24 |
# SECURITY WARNING: don't run with debug turned on in production!
|
| 25 |
DEBUG = True
|
| 26 |
|
| 27 |
+
ALLOWED_HOSTS = ["*"]
|
| 28 |
DATA_UPLOAD_MAX_NUMBER_FIELDS = 50000
|
| 29 |
|
| 30 |
# Application definition
|