Skip to content

MrSaintJCode/dj-diabetes

 
 

Repository files navigation

Code Climate Test Coverage Scrutinizer Code Quality Travis Status Latest version Python version supported License

Django Diabetes

Django Diabetes is a personal Glucose Manager

It allows you to follow your daily health

Improvements

As I'm not suffering from diabetes, I am very open to suggestions for improvement of this project that I designed for a friend. For example with the type of examinations, etc... Currently I maintain the project by evolving versions of python and django.

Requirements:

  • Python 3.6
  • Django 2
  • arrow 0.12.x

Installation:

to get the project, from your virtualenv, do :

git clone https://github.com/push-things/dj-diabetes.git

to add the needed modules , do :

pip install -r requirements.txt

create a new user who will be the admin :

python manage.py createsuperuser

and at least :

python manage.py makemigrations dj_diabetes
python manage.py migrate dj_diabetes
python manage.py loaddata dj_diabetes_preferences.json
python manage.py createsuperuser

to startup the database and load the data

image

About

🐍 💊 My Glucose Manager - follow your daily health

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 55.7%
  • HTML 40.8%
  • CSS 3.5%