uzaxirr / logdogs

Django app detected with DEBUG mode enabled PY-S0900
Security
Critical
a year agoa year old
Django app is being run in debug mode
 22SECRET_KEY = "django-insecure-x#0c&h+cf$x1wqvvx!=48d*2-(4_v97o5^skj@j!wfty@qiy=t"
 23
 24# SECURITY WARNING: don't run with debug turned on in production!
 25DEBUG = True 26
 27ALLOWED_HOSTS = []
 28