Skip to content

A project to book for any auditorium or playground or any other area of any college or place.

Notifications You must be signed in to change notification settings

manav014/Book_Area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book An Area

Book an area with Django. You may book any area of any college through the portal.


Requirements

For development, you will need Django, Python and some basic HTML and CSS and a Django installed in your system.

Django

https://www.geeksforgeeks.org/django-introduction-and-installation/

Install

$ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
$ cd PROJECT_TITLE
$ python manage.py runserver

Running the project

after executing the command visit 127.0.0.1:8000/areas for the main portal
after executing the command visit 127.0.0.1:8000/admin for the admin portal

Configurations

In order to run the project successfully and send the email successfully to the person who is the owner of the area then make the following configurations:

Replace your_email@gmail.com with the email you want to send the mail from
Replace your_password with the password of the respective email
Enable less Secure app access in the gmail account settings of the email you want to send the mail from.

Now the project is all set to run enjoy!!!!

About

A project to book for any auditorium or playground or any other area of any college or place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published