You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
dj_diabetes | 5 years ago | |
.codeclimate.yml | 5 years ago | |
.coveragerc | 6 years ago | |
.gitignore | 9 years ago | |
.scrutinizer.yml | 7 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 6 years ago | |
MANIFEST.in | 9 years ago | |
README.md | 4 years ago | |
README.rst | 4 years ago | |
dj_diabetes_examinationtypes.json | 9 years ago | |
dj_diabetes_preferences.json | 9 years ago | |
manage.py | 9 years ago | |
requirements.txt | 5 years ago | |
setup.cfg | 4 years ago | |
setup.py | 4 years ago | |
tox.ini | 6 years ago |
README.md
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