# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-^u(k4_odzhvjof^yx-bauu&!6jv)^!5nt...
# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = false
DEBUG = True
ALLOWED_HOSTS = ['*']
https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/