Spaces:
Runtime error
Runtime error
edit Debug = False, almost done
Browse files
chatbot_django/settings.py
CHANGED
@@ -26,7 +26,7 @@ LOGIN_URL = '/users/login/'
|
|
26 |
|
27 |
|
28 |
# SECURITY WARNING: don't run with debug turned on in production!
|
29 |
-
DEBUG =
|
30 |
|
31 |
ALLOWED_HOSTS = ['artteiv-arxiv-chatbot.hf.space','arxivbot-arxiv-chatbot.hf.space','localhost','127.0.0.1']
|
32 |
|
|
|
26 |
|
27 |
|
28 |
# SECURITY WARNING: don't run with debug turned on in production!
|
29 |
+
DEBUG = False
|
30 |
|
31 |
ALLOWED_HOSTS = ['artteiv-arxiv-chatbot.hf.space','arxivbot-arxiv-chatbot.hf.space','localhost','127.0.0.1']
|
32 |
|