ns-devel
commited on
Commit
•
e68ffab
1
Parent(s):
bbd95c9
Added hf docker url
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 = ["mlnsio-text2sql.hf.space", "*"]
|
28 |
DATA_UPLOAD_MAX_NUMBER_FIELDS = 50000
|
29 |
|
30 |
# Application definition
|