Git Product home page Git Product logo

pizzamenu's Introduction

Python Files:

views.py - Main code file with all functionality aside from editing the database

creationForm.py - Has a sign up class that uses a django form, with additional fields for first name, last name and email.

urls.py - URL paths to each view, including url arguments for getting data from the database.

models.py - Database models for dispalying the menu (Menu and MenuOption classes), and placing orders (Topping, MainItem, Order and PlacedOrder classes)


Template Files:

index.html - The main page prompting the user to login or sign up

signUp.html - Self explanatory

layout.html - CSS reference to inherit from in other html files

menu.html - Where the user is directed upon logging in. They can add items to their cart here.

placedOrders.html - A page for admins/store owners only to see placed orders and mark them as delivering/delivered

checkout.html - Prompts the user to confirm an order, showing the prices and items in the cart

addTopping.html - Reusable code snippet that creates add topping items for pizzas/subs in your cart

addSmallhtml/addLargeItem.html- Reusable code snippet that creates buttons for adding non topping items


Static Files: orders/static/styles - CSS file

orders/static/images and aesthetic images

pizzamenu's People

Contributors

plasmadiffusion avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.