- Clone or download the repository.
git clone https://github.com/IEEE-BITS-Pilani-Student-Chapter/code2.0.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/
-
Notifications
You must be signed in to change notification settings - Fork 0
IEEE-BITS-Pilani-Student-Chapter/code2.0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Code repository for Code 2.0 , a pre APOGEE event
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published