Collection of various django related utilities, helpers & small apps.
https://anfema.github.io/anfema-django-utils/
To build the documentation from the local sources run:
$ pip install tox && tox -e docsTo run the unittests from the local sources run:
$ pip install tox && toxSteps required to create a new release and publish the package on PyPI:
- Bump
__version__inanfema_django_utils/__ini__.py - Create a new release on GitHub with the tag
v<version>