Skip to content

Website for booking Pandits in your nearby area. Features - Slot booking(CRUD), email-sending, authentication(User & admin), authorization, User-Review. Scroll down⬇ this github page to see screenshots of the application.

Notifications You must be signed in to change notification settings

KedarKK1/PBL_2_PanditMitra_22-02-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Second Year Project - PanditMitra - Website for booking pandit for an auspicious pooja

Contributors 😎

Click on green colored "code" button on top left of folders & click on "download as zip"

Clone the project onto your local Machine

Running the application

Enter your smtp account email & password in the folder panditMitra > settings.py

# email sender settings
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'email@gmail.com' # enter your email here
EMAIL_HOST_PASSWORD = 'password' # enter your password here
#EMAIL_USE_SSL = False

Run this application by command:

python manage.py runserver

make sure you have django(4.0) installed on your device

Screenshots of website - landing page

login page

signup page

logged in landing page

puja selection page

puja selection

puja information &review writting page

payment page

payment page

my orders list page

deleting my order

review page

select review to write page

get all reviews page

about us/ our team page

all pandit list page

website loader

About

Website for booking Pandits in your nearby area. Features - Slot booking(CRUD), email-sending, authentication(User & admin), authorization, User-Review. Scroll down⬇ this github page to see screenshots of the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •