Skip to main content

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.

screenshot

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

django-vegetarian-cookbook-1.0.9.tar.gz (415.3 kB view hashes)

Uploaded Source

Built Distribution

django_vegetarian_cookbook-1.0.9-py3-none-any.whl (440.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page