Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cltrudeau/django-awl
Miscellaneous django tools
https://github.com/cltrudeau/django-awl
Last synced: 3 months ago
JSON representation
Miscellaneous django tools
- Host: GitHub
- URL: https://github.com/cltrudeau/django-awl
- Owner: cltrudeau
- License: mit
- Created: 2015-09-17T17:41:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T13:11:26.000Z (about 1 year ago)
- Last Synced: 2024-10-18T20:31:06.184Z (3 months ago)
- Language: Python
- Size: 245 KB
- Stars: 41
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- stars - cltrudeau/django-awl - Miscellaneous django tools (Python)
- stars - cltrudeau/django-awl - Miscellaneous django tools (Python)
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.12Docs & Source
=============Docs: http://django-awl.readthedocs.io/en/latest/
Source: https://github.com/cltrudeau/django-awl