Popularity
2.6
Stable
Activity
0.0
Stable
80
11
19

Code Quality Rank: L5
Programming language: Python
License: BSD 3-clause "New" or "Revised" License
Tags: Database     Personal Dashboards     Django     Scientific     Engineering     Medical Science Apps.    
Latest version: v0.3.1

Dj Diabetes alternatives and similar software solutions

Based on the "Personal Dashboards" category.
Alternatively, view Dj Diabetes alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Dj Diabetes or a related project?

Add another 'Personal Dashboards' Software solution

README

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


*Note that all licence references and agreements mentioned in the Dj Diabetes README section above are relevant to that project's source code only.