Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-dishes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-dishes

We need menus of delicious food that people can order and have delivered.

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

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/ / blog/ / / 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc