Skip to content

Repository files navigation

Recipe Management System

A comprehensive recipe management system built with Django that includes:

  • Recipe categories
  • Hierarchical glossary using MPTT
  • Recipe ingredients with fractional quantities
  • Recipe-glossary linkages
  • Modern and user-friendly interface

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

Features

  • Hierarchical category management
  • MPTT-based glossary for efficient tree structures
  • Recipe management with ingredients
  • Support for fractional quantities
  • Image upload support for recipes
  • Cross-referencing between recipes and glossary terms

About

Build a dynamic Indian food recipe blog using Python and Django. Features include recipe sharing, user login, image uploads, and admin management.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages