modern-django-starter/django_project/settings
amitrana01 23f9778964 Add debugging for environment variables and Django settings
- Fix production.py settings to properly read environment variables with defaults
- Add debug_settings management command to troubleshoot environment variable issues
- Add debugging output to entrypoint.sh to see what settings are loaded
- This will help identify why ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS may not be working
2025-09-11 18:04:23 +05:30
..
__init__.py Initial commit: Django boilerplate with authentication, Docker, and Dokploy support 2025-09-11 09:36:55 +05:30
base.py Add CSRF_TRUSTED_ORIGINS support for domain configuration 2025-09-11 18:02:06 +05:30
build.py Fix Dokploy deployment issues with static files 2025-09-11 17:47:15 +05:30
development.py Migrate from Bootstrap to Tailwind CSS with comprehensive UI improvements 2025-09-11 15:10:35 +05:30
production.py Add debugging for environment variables and Django settings 2025-09-11 18:04:23 +05:30