modern-django-starter/django_project
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
..
settings Fix missing Tailwind CSS file causing 500 error 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
urls.py Migrate from Bootstrap to Tailwind CSS with comprehensive UI improvements 2025-09-11 15:10:35 +05:30
wsgi.py Initial commit: Django boilerplate with authentication, Docker, and Dokploy support 2025-09-11 09:36:55 +05:30