Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Commit
•
e9ca5f7
1
Parent(s):
f00e40e
Update cloudStorage/settings.py
Browse files- cloudStorage/settings.py +1 -1
cloudStorage/settings.py
CHANGED
@@ -24,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|
24 |
SECRET_KEY = 'django-insecure-f221fh+#lk4ul5x@gk7bm2x5f&+u3uhu+t-(bri%t(uh!z6gf#'
|
25 |
|
26 |
# SECURITY WARNING: don't run with debug turned on in production!
|
27 |
-
DEBUG =
|
28 |
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
29 |
|
30 |
ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space']
|
|
|
24 |
SECRET_KEY = 'django-insecure-f221fh+#lk4ul5x@gk7bm2x5f&+u3uhu+t-(bri%t(uh!z6gf#'
|
25 |
|
26 |
# SECURITY WARNING: don't run with debug turned on in production!
|
27 |
+
DEBUG = False
|
28 |
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
29 |
|
30 |
ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space']
|