Official Publishing Workspace for the BITS Student Union Tech Team
-
Clone or download the repository.
-
Create a new virtual environment for the project.
virtualenv venv source venv/bin/activate
-
Install required python packages given in the requirements.txt file.
pip install -r requirements.txt
-
Run Django migrations.
python manage.py makemigrations python manage.py migrate
-
Start the application.
python manage.py runserver