Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 2.5 KB

README.md

File metadata and controls

67 lines (41 loc) · 2.5 KB

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