Django application for the publication of vegetarian culinary recipes with the calculation of energy and nutrients.
Project description
Django Vegetarian Cookbook
Django application for the publication of vegetarian culinary recipes with the calculation of energy and nutrients.
more images see on screenshots folder
Features
- manage ingridients, include ingridient nutrients and energy
- manage additional meashures
- manage recipes
- recipe category
- recipe tag
- show recipe
- calculate recipe energy
- search recipes by many parameters
Installation
pip install django-vegetarian-cookbook
add apps in settings.py
INSTALLED_APPS = [
...
'vegetarian_cookbook',
'bootstrap4',
'ajaximage',
'imagekit',
'ckeditor',
]
add url in urls.py
from django.conf.urls import include
urlpatterns = [
path('', include('vegetarian_cookbook.urls')),
path('admin/', admin.site.urls),
]
more info see in example app
https://github.com/sergey-panasenko/django-vegetarian-cookbook
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-vegetarian-cookbook-1.0.9.tar.gz.
File metadata
- Download URL: django-vegetarian-cookbook-1.0.9.tar.gz
- Upload date:
- Size: 415.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
106362300a205e26a5c197e75d1062d6e83d442adc1fa8731a10725309ed614c
|
|
| MD5 |
243b5be9743de850d04947adda869527
|
|
| BLAKE2b-256 |
32f7eaf34992555b262814a04931fb0d5e61b5c017728a282febd032db647f9c
|
File details
Details for the file django_vegetarian_cookbook-1.0.9-py3-none-any.whl.
File metadata
- Download URL: django_vegetarian_cookbook-1.0.9-py3-none-any.whl
- Upload date:
- Size: 440.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
421ae55dbb9d7d4b8269587d5660a34d97fa5d70657ebca20d1662bd4a56b458
|
|
| MD5 |
9ab7a2f7ad17c82c0de1ccd0d86370f3
|
|
| BLAKE2b-256 |
078a54c3067d2eee02f71d0154895045f614af14ffea4f5612ebf18c669de0a4
|