Code repository for IEEE BITS Pilani Student Chapter Website
- Clone or download the repository.
git clone https://github.com/IEEE-BITS-Pilani-Student-Chapter/IEEE_BPPC.git
- Create a new virtual environment for the project.
python -m venv myvenv source myvenv/bin/activate (linux) myvenv\Scripts\activate.bat (windows)
- Install required python libraries giving 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
- You are done with installation.
Run application at
http://127.0.0.1:8000/