Kaznet web is a Django project that provides the core functionality and APIs for the ILRI Kaznet project.
Kaznet web supports only Python versions >=3.6 and Django versions >= 2.0
Kaznet is primarily a tasking application built on top of Ona.
Table of Contents
Contributions are welcome.
pipenv install --dev
cp kaznet.settings.local_settings.example.py kaznet.settings.local_settings.py
kaznet.settings.local_settings.py
to match your local environment
pip install -U tox
tox