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 d01160b commit 11325e8Copy full SHA for 11325e8
leetcodeApi/settings.py
@@ -29,7 +29,7 @@
29
# SECRET_KEY = os.getenv('SECRET_KEY')
30
31
# SECURITY WARNING: don't run with debug turned on in production!
32
-DEBUG = False
+DEBUG = True
33
34
ALLOWED_HOSTS = ['*']
35
0 commit comments