🐍 💊 My Glucose Manager - follow your daily health
This repository has been archived on 2025-10-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 55.7%
  • HTML 40.8%
  • CSS 3.5%
Find a file
2019-02-05 21:20:44 +01:00
dj_diabetes Merge branch 'master' of github.com:foxmask/dj-diabetes 2018-04-18 11:30:42 +02:00
.codeclimate.yml codeclimate 2017-10-26 12:14:39 +02:00
.coveragerc test and coverage 2016-10-26 01:20:23 +02:00
.gitignore first shot 2014-06-23 23:51:53 +02:00
.scrutinizer.yml few things before handling issue #5 2016-08-23 17:41:45 +02:00
.travis.yml django v2 compliant 2017-12-06 21:04:12 +01:00
dj_diabetes_examinationtypes.json fixtures 2014-06-27 16:10:38 +02:00
dj_diabetes_preferences.json date picker + initializing of date and hour properties 2014-06-26 14:19:01 +02:00
LICENSE update to BSD 2017-03-26 14:53:15 +02:00
manage.py first shot 2014-06-23 23:51:53 +02:00
MANIFEST.in first shot 2014-06-23 23:51:53 +02:00
README.md Create README.md 2018-10-09 13:58:02 +02:00
README.rst upd image link 2018-09-03 16:15:56 +02:00
requirements.txt upd django 2018-04-18 11:30:03 +02:00
setup.cfg rewrite setup 2019-02-05 21:20:44 +01:00
setup.py rewrite setup 2019-02-05 21:20:44 +01:00
tox.ini ready for django 1.11 2017-04-05 22:19:16 +02:00

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