Django Website to host workshop at UPES. Heroku link (https://upesjigyasa.herokuapp.com)
This is a website made to host JIGYASA annual event by UPES FIPI student chapter. It is hosted in heroku. This website contains user authentication system (login/logout) and paytm payments gateway.
JIGYASA
Heroku link
This repo is a fully functional website suitable for an academic project, small business or similar.
Clone the repohttps://github.com/jaswal72/upes-fipi-jigyasa.git
Open Project directory
Now install the requirementspip install -r requirements.txt
Set Environment variables
Make Migrationspython manage.py makemigrations
Migrate paytm app for transactions detailspython manage.py migrate
Create Super userpython manage.py createsuperuser
Now in terminal run the server and go to http://localhost:8000/python manange.py runserver
The front end is based on the HTML, Bootstrap.
The back end is based on django.