All Projects → push-things → Dj Diabetes

push-things / Dj Diabetes

Licence: bsd-3-clause
🐍 💊 My Glucose Manager - follow your daily health

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dj Diabetes

Ownhealthrecord
This repository is about the OwnHealthRecord Application Web App
Stars: ✭ 162 (+105.06%)
Mutual labels:  self-hosted, health, webapp
Gazee
A WebApp for reading your comics. Built in Python on top of CherryPy.
Stars: ✭ 85 (+7.59%)
Mutual labels:  self-hosted, webapp
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (-78.48%)
Mutual labels:  self-hosted, webapp
Traduora
Ever® Traduora - Open-Source Translation Management Platform
Stars: ✭ 1,580 (+1900%)
Mutual labels:  self-hosted, webapp
gatus
⛑ Automated service health dashboard
Stars: ✭ 3,018 (+3720.25%)
Mutual labels:  health, self-hosted
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-73.42%)
Mutual labels:  self-hosted, webapp
kcal
the personal food nutrition journal
Stars: ✭ 118 (+49.37%)
Mutual labels:  health, self-hosted
Monitorr
"Monitorr” is a self-hosted PHP web app that monitors the status of local and remote network services, websites, and applications.
Stars: ✭ 449 (+468.35%)
Mutual labels:  self-hosted, webapp
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-56.96%)
Mutual labels:  self-hosted, webapp
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-12.66%)
Mutual labels:  webapp
Revolt
Better desktop integration for Riot.im (not only) for GNOME
Stars: ✭ 76 (-3.8%)
Mutual labels:  webapp
Gulp Wechat Webapp
基于gulp,以scss的方式写wxss,、提高开发效率的一个入门示例
Stars: ✭ 68 (-13.92%)
Mutual labels:  webapp
Wikiloop Doublecheck
WikiLoop DoubleCheck: a web tool to help review Wikipedia edits easily and collaboratively.
Stars: ✭ 70 (-11.39%)
Mutual labels:  webapp
Ansible Nas
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Stars: ✭ 1,198 (+1416.46%)
Mutual labels:  self-hosted
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-13.92%)
Mutual labels:  webapp
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (-1.27%)
Mutual labels:  webapp
Scada.js
Industrial distributed SCADA and MRP library for web, desktop and mobile
Stars: ✭ 66 (-16.46%)
Mutual labels:  webapp
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-15.19%)
Mutual labels:  self-hosted
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+1439.24%)
Mutual labels:  self-hosted
Bvcms
The open source church management system
Stars: ✭ 77 (-2.53%)
Mutual labels:  webapp

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].