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 docs
To run the unittests from the local sources run:
$ pip install tox && tox
Steps 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>