We need menus of delicious food that people can order and have delivered.
Project description
Django Dishes
===============
An application to make it easy to manage a food delivery service, including integration to allow clients to make their purchases online.
URLs
-----
huegah.com/
menus/add/
<MMM-DD>/
blog/
<YYYY>/
<slug>/
about/
Flow
-----
- Menu for the week of Oct. 31 (Menu)
- Roasted heritage duck breast with basmati rice and mixed veggies (Dish)
- Roasted heritage duck breast (Main course)
- Basmati rice (Side)
- Mixed veggies (Side)
- Ingredient
- Name
- Description
- Category
- RecipeIngredient
- Ingredient - haddock
- Quantity - 4
- Unit - pieces
- Note - 8 oz pieces
- Recipe
- TitleSlugDescription
- Ingredients (RecipeIngredient)
- RenderedDescription
- Category
- Notes (Note)
- Type (Main course, side, starch, etc)
- @shopping_list
- @menu_frequency
- Dish
- Title (try to auto-build, but give opportunity to change it)
- MainCourse (Recipe)
- Side (Recipe)
- Slug (main, side slug join)
- Description
- @on_active_menu? (Is the dish currently being offered, used as a check before filling orders)
Menus are introduced on a given date, and deliveries occur on fixed dates with ordering deadlines.
- Delivery
- order_deadline
- date
- @
- Menu
- dishes (Dish)
- publish_date
- deliveries (Delivery)
- Order
- dishes
- Delivery date
- Customer
- DeliveryAddress
===============
An application to make it easy to manage a food delivery service, including integration to allow clients to make their purchases online.
URLs
-----
huegah.com/
menus/add/
<MMM-DD>/
blog/
<YYYY>/
<slug>/
about/
Flow
-----
- Menu for the week of Oct. 31 (Menu)
- Roasted heritage duck breast with basmati rice and mixed veggies (Dish)
- Roasted heritage duck breast (Main course)
- Basmati rice (Side)
- Mixed veggies (Side)
- Ingredient
- Name
- Description
- Category
- RecipeIngredient
- Ingredient - haddock
- Quantity - 4
- Unit - pieces
- Note - 8 oz pieces
- Recipe
- TitleSlugDescription
- Ingredients (RecipeIngredient)
- RenderedDescription
- Category
- Notes (Note)
- Type (Main course, side, starch, etc)
- @shopping_list
- @menu_frequency
- Dish
- Title (try to auto-build, but give opportunity to change it)
- MainCourse (Recipe)
- Side (Recipe)
- Slug (main, side slug join)
- Description
- @on_active_menu? (Is the dish currently being offered, used as a check before filling orders)
Menus are introduced on a given date, and deliveries occur on fixed dates with ordering deadlines.
- Delivery
- order_deadline
- date
- @
- Menu
- dishes (Dish)
- publish_date
- deliveries (Delivery)
- Order
- dishes
- Delivery date
- Customer
- DeliveryAddress
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-dishes-0.1.1.tar.gz
(6.6 kB
view details)
File details
Details for the file django-dishes-0.1.1.tar.gz
.
File metadata
- Download URL: django-dishes-0.1.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d136a9b8d22d8c380309b19ecb37ae5b3e86295a40857cf16bf0281cd9083a7f |
|
MD5 | 1a7293fc1eb74cd85e83ae55e54a795e |
|
BLAKE2b-256 | 3661cb589a70bb227e9ba80b9dee4b6fd2362cf85b3801b71775ca5bc22b4f45 |