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.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more. -
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization. -
Dashing
Sinatra based, open sourced dashboard builder from Shopify. -
Habitica
A habit tracker app which treats your goals like a Role Playing Game. -
Dashy
š A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! -
ActivityWatch
The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused. -
Freeboard
A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard. -
wger
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django -
Personal management system
Your web application for managing personal data. <[email protected]> -
Baby Buddy
A :baby: buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work. -
Thingspeak
ThingSpeak is an open source āInternet of Thingsā application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates. -
Phant
Phant is a modular data logging tool for collecting data from the Internet of Things. -
DashMachine
Another web application bookmark dashboard, with fun features. -
simple-dash
A simple, fully responsive Dashboard to forward to the services of your choice! -
Homepage
A simple, standalone, self-hosted PHP page that is your window to your server and the web. -
iDashboard-PHP
HTPC Dashboard to load website services, written in PHP
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Dj Diabetes or a related project?
README
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
*Note that all licence references and agreements mentioned in the Dj Diabetes README section above
are relevant to that project's source code only.