Django Test Project from Philip
-
clone the project from github ( git clone https://github.com/goldsoft1206/Test_01102017.git )
-
install virtualenv and activate it ( virtualenv venv & source venv/bin/active )
-
run command "pip install -r requirements.txt"
-
run command "python manage.py migrate"
-
run "python manage.py runserver"
-
visit http://127.0.0.1:8000