fossasia / open-event-server

Django app detected with DEBUG mode enabled PY-S0900
Security
Critical
1 occurrence in this check
Django app is being run in debug mode
 28SECRET_KEY = "django-insecure-=u1k=mf8%hzi*no3t1^)=c7mx%mmg)*$=cx(6r2cq-nx^)k_cl"
 29
 30# SECURITY WARNING: don't run with debug turned on in production!
 31DEBUG = True 32
 33ALLOWED_HOSTS = []
 34