refactor: Update environment variable handling in Django settings for consistency and security

This commit is contained in:
pacnpal
2025-08-26 15:21:00 -04:00
parent e4e36c7899
commit b627aed65d
3 changed files with 53 additions and 55 deletions

View File

@@ -2,13 +2,9 @@
Local development settings for thrillwiki project.
"""
import logging
from .base import *
from ..settings import database
# Import the module and use its members, e.g., email.EMAIL_HOST
# Import the module and use its members, e.g., security.SECURE_HSTS_SECONDS
import logging
from .base import * # noqa: F403
# Import database configuration
DATABASES = database.DATABASES