tosanoob commited on
Commit
375f1c1
1 Parent(s): 719f086

Update chatbot_django/settings.py

Browse files
Files changed (1) hide show
  1. chatbot_django/settings.py +1 -1
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 = False
30
 
31
  ALLOWED_HOSTS = ['arxivbot-arxiv-chatbot.hf.space']
32
 
 
26
 
27
 
28
  # SECURITY WARNING: don't run with debug turned on in production!
29
+ DEBUG = True
30
 
31
  ALLOWED_HOSTS = ['arxivbot-arxiv-chatbot.hf.space']
32