modern-django-starter/django_project/settings
amitrana01 7f9093741b Fix missing Tailwind CSS file causing 500 error
- Build Tailwind CSS locally to create missing styles.css file
- Improve Docker build process to properly install and build Tailwind
- Update build.py settings to include all required apps
- Remove debugging from entrypoint script

The 500 error was caused by missing css/dist/styles.css file that the
{% tailwind_css %} template tag was trying to load. Now the file exists
and the Docker build process ensures it's created during build.
2025-09-11 18:12:07 +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 missing Tailwind CSS file causing 500 error 2025-09-11 18:12:07 +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