Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedarkk1/pbl_2_panditmitra_22-02-2022
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.
https://github.com/kedarkk1/pbl_2_panditmitra_22-02-2022
ajax css django html javascript jinja2-templates jquery mysql responsive-layout
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kedarkk1/pbl_2_panditmitra_22-02-2022
- Owner: KedarKK1
- License: mit
- Created: 2022-02-21T13:37:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T09:49:50.000Z (almost 2 years ago)
- Last Synced: 2023-12-22T19:27:20.345Z (11 months ago)
- Topics: ajax, css, django, html, javascript, jinja2-templates, jquery, mysql, responsive-layout
- Language: HTML
- Homepage:
- Size: 32.8 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 protected]' # 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 -