Skip to main content

A Django app to collect numeric data.

Project description

https://badge.fury.io/py/django-didadata.svg https://github.com/stephrdev/django-didadata/workflows/Testing/badge.svg?branch=master https://codecov.io/gh/stephrdev/django-didadata/branch/master/graph/badge.svg Code style: black

What is django-didadata

didadata is a Django app to collect numeric data. The app will provide graphs and notifications for collected metrics.

Prepare for development

A Python 3 interpreter is required. If you use pyenv with a virtualenv, follow the next steps

$ cd /path/to/project-root/
$ mkvirtualenv django-didadata
# activate virtualenv, if not activated yet
# and install all dev requirements:
$ pip install -e .[dev]

Now you’re ready to run the tests:

$ py.test

Code style

This project is styled by black and isort. You can use the following command to format the code automatically and make it black and isort compatible:

$ make format-python-code

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page