Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

executable file
·
14 lines (13 loc) · 334 Bytes

Requirements:

  • virualenv
  • python-pip
  • Step to install:

    • clone project
    • go to project root directory
    • create a virtual env
    • inside virualenv run pip install -r requirements.txt
    • execute python manage.py runserver 0:8000
    • navigate to localhost:8000