Files
hoopscout/config/settings/development.py
2026-03-10 13:06:12 +01:00

7 lines
138 B
Python

from .base import * # noqa: F403,F401
DEBUG = True
SECURE_SSL_REDIRECT = False
SESSION_COOKIE_SECURE = False
CSRF_COOKIE_SECURE = False