A Django app to track meals and calories.
Project description
django-nutrition
django-nutrition is a Django app to track calories
Quick start
-
Add "nutrition" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "django_nutrition", ]
-
Include the nutrition URLconf in your project urls.py like this
path("nutrition/", include("django_nutrition.urls")),
-
Run
python manage.py migrate
to create the models. -
Start the development server and create one or more users.
-
Visit the
/nutrition/
URL to manage nutrition information.
Dev Notes
to update the style bundle, from within the django_nutrition
directory:
npm install
npm run build:css
then commit django_nutrition/state/nutrition/styles.css
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_nutrition-0.3.0.tar.gz
(31.3 kB
view details)
Built Distribution
File details
Details for the file django_nutrition-0.3.0.tar.gz
.
File metadata
- Download URL: django_nutrition-0.3.0.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6c4ec26784e4138f4ea22dae651b483a3fdceef9e64ac2a4f4dd2c5d8388f12 |
|
MD5 | b320fbd4be37f5021cd65b87baf0fac3 |
|
BLAKE2b-256 | 0c6f57064b48815e0ba714e683357ad6b53c04286d6dc3c843a5b7b13daa7490 |
File details
Details for the file django_nutrition-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: django_nutrition-0.3.0-py3-none-any.whl
- Upload date:
- Size: 39.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f24a8c6ec50837bcb8201420745c0ac2021e299fc7b8349ac78b7c133e75658 |
|
MD5 | 67ff249901f8c8dea40a0ceb180fe3dd |
|
BLAKE2b-256 | 98bef54e27b0ec8ac690704ede73766d64eb531bc5c9a622327749b4a3b3b266 |