onaio / kaznet-web

a tasking application built on top of Onadata
Apache License 2.0
4 stars 1 forks source link
django django-rest-framework python

Kaznet Web

Build Status

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

Contributing

Contributions are welcome.

  1. Clone the repo
  2. pipenv install --dev
  3. cp kaznet.settings.local_settings.example.py kaznet.settings.local_settings.py
  4. Modify kaznet.settings.local_settings.py to match your local environment

Testing


pip install -U tox

tox