Spaces:
Running
Running
yuto0o
commited on
Commit
·
94a376e
1
Parent(s):
f062705
うごかせない
Browse files- config/settings.py +1 -1
config/settings.py
CHANGED
|
@@ -25,7 +25,7 @@ SECRET_KEY = os.environ.get("SECRET_KEY", "dev-key")
|
|
| 25 |
|
| 26 |
|
| 27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
| 28 |
-
DEBUG =
|
| 29 |
"True"
|
| 30 |
ALLOWED_HOSTS = ["huggingface.co", ".hf.space", "localhost", "127.0.0.1"]
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
| 28 |
+
DEBUG = True
|
| 29 |
"True"
|
| 30 |
ALLOWED_HOSTS = ["huggingface.co", ".hf.space", "localhost", "127.0.0.1"]
|
| 31 |
|