Science and Technology Council (SnTC), IIT BHU, Varanasi web app.
To use this project, follow these steps:
- Create your virtual working environment and then clone the repo.
- Install requirements (
pip install -r requirements.txt
) - Create your db. (
python manage.py migrate
) - Start your server. (
python manage.py runserver
)
Note: If in the requirements.txt you get error installing psycopg2==2.6.2, try a different version of this package something like psycopg2==2.7.1
Development environment link, SnTC application.