-
Install [python] 3.4 or above, [git], [virtualenv], in your computer, if you don't have it already.
-
Get the source code on your machine via git.
git clone https://github.com/ncs-jss/Proj_i02.git
-
Create a python virtual environment and install python dependencies.
cd Proj_i02 virtualenv venv source venv/bin/activate # run this command everytime before working on project pip install requirements.txt
-
That's it. Now you can run development server at [http://127.0.0.1:8000]
python manage.py runserver