01 Jul 2024
Linter and formatter for django templates
pip install djlint
Automatically reloads browser in development
pip install django-browser-reload
Automatically caches and invalidates django ORM queries
pip install django-cachalot
Adds a panel that displays request/response debug information
pip install django-debug-toolbar
Automatically removes unused media files to free up space
pip install django-cleanup
Easy to set up social login
pip install django-allauth
To serve static files from django
pip install whitenoise
Provides some useful admin commands in addition to the default ones
pip install django-extensions
Extensions for using django with HTMX
pip install django-htmx
Return specific blocks instead of the full django template from your views
pip install django-render-block