Added my domain

This commit is contained in:
JKuijperM 2026-02-17 16:37:55 +01:00
parent bde0636331
commit f3f9b40d87

View File

@ -28,12 +28,14 @@ BASE_DIR = Path(__file__).resolve().parent.parent
#SECRET_KEY = 'django-insecure-@-0+l%bo11rp60t&yiutx0q&mgv5iw84la#u4)wbg3044cr-ke'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.getenv("DEBUG") == "True"
DEBUG = os.getenv("DEBUG", "False") == "True"
SECRET_KEY = os.environ.get('SECRET_KEY', 'fallback-secret-key-for-dev')
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
"finanzas.kuijper.es",
]
# Application definition