Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cltrudeau/django-awl

Miscellaneous django tools
https://github.com/cltrudeau/django-awl

Last synced: 9 days ago
JSON representation

Miscellaneous django tools

Awesome Lists containing this project

README

        

django-awl
**********

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.

Installation
============

.. code-block:: bash

$ pip install django-awl

INSTALLED_APPS = [
...
"awl",
]

Supports
========

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

Docs & Source
=============

Docs: http://django-awl.readthedocs.io/en/latest/

Source: https://github.com/cltrudeau/django-awl