modern-django-starter/django_project/settings
amitrana01 31ab604b7c Add CSRF_TRUSTED_ORIGINS support for domain configuration
- Add CSRF_TRUSTED_ORIGINS setting to read from environment variable
- Update docker-compose.dokploy.yml with correct domain dt.netcoptech.com
- Update dokploy.json with proper domain configuration
- Fix 500 error by supporting CSRF trusted origins for production domains
2025-09-11 18:02:06 +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 Fix Django logging configuration for Docker containers 2025-09-11 16:19:38 +05:30