Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 385 Bytes

Step 1:Clone the Repo :P

(Before continuing change pwd to hack-for-tomorrow-main)

Step 2:Create virtual environment : $virtualenv -p python3 env

Step 3:Activate the virtual environment :$source env/bin/activate

Step 4:$pip install requirements.txt

(Before continuing change pwd to web-app)

Step 5:$python manage.py migrate

Step 6:$python manage.py runserver