We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da2028 commit 4cf42a0Copy full SHA for 4cf42a0
src/backend/echo/settings.py
@@ -34,7 +34,7 @@
34
)
35
36
LOGLEVEL = os.getenv("DJANGO_LOG_LEVEL", "INFO")
37
- # SECURITY WARNING: don't run with debug turned on in production!
+# SECURITY WARNING: don't run with debug turned on in production!
38
DEBUG = ENVIRONMENT == "Development"
39
40
ALLOWED_HOSTS = []
0 commit comments