We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ac8fb commit c028b93Copy full SHA for c028b93
leetcodeApi/settings.py
@@ -30,7 +30,7 @@
30
# SECRET_KEY = os.getenv('SECRET_KEY')
31
32
# SECURITY WARNING: don't run with debug turned on in production!
33
-DEBUG = False
+DEBUG = True
34
35
ALLOWED_HOSTS = ['*']
36
0 commit comments