Django Project Template
Features
- included
core
app withurls.py
added to project - preconfigured django-tailwind
theme
app - whitenoise configured for hosting static files
- dockerized deployment to fly.io
- included
justfile
- additional default packages
- reactivity
- htmx and alpine included in the base theme template
- adds django-htmx app
Requirements
- npm
- just
- concurrently
Usage
# make sure you have django-admin installed globally in a 3.11 interpreter
curl https://raw.githubusercontent.com/knowsuchagency/django-template/main/install.sh | bash -s <project_name>