Doon-Restaurant-Website-Using-Django

This is a Restaurant Website using the Django Framework of Python

  • In Django we can divide our project into different parts in the form of an app.
  • Django provides us built-in user authentication system.

Our website consists of three pages

       1. Home page
       2. About Page
       3. Contact Us page

On the contact us page, users can ask about their queries which are sent to the backend (to the superuser).

Screenshot 1: Home Page Part 1

image

Screenshot 2: Home page part 2

image

Screenshot 3: About page

image

Screenshot 4 Contact Us Page

image

Screenshot 5: Query Demo

image

Screenshot 6: Success Message

image

Screenshot 7: Data received on Admin Portal

image