Yet another catch-all of tools for django. Includes utilities for admin, context processors, CSS colours, view and model mixins, template tags and unit testing.
$ pip install django-awl
INSTALLED_APPS = [
...
"awl",
]
django-awl has been tested with:
- Django 3.2 using Python 3.8, 3.9, 3.10
- Django 4.1 using Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 4.2 using Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 5.0 using Python 3.10, 3.11, 3.12