mirror of
https://github.com/thecyberlearn/modern-django-starter.git
synced 2026-08-18 14:32:55 +00:00
- 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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| build.py | ||
| development.py | ||
| production.py | ||