Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 280 Bytes

File metadata and controls

19 lines (16 loc) · 280 Bytes

Project Setup

Create a new virtual environment.

virtualenv ve
. ve/bin/activate

Install python requirements

`pip install -r requirements.txt`

Run Django Development Server

NB : Open a new terminal window

cd ../
python manage.py runserver