Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 265 Bytes

CodeJab-Rhythms

App Setup Instructions

  • Create venv:
    • python3 -m venv ./venv
  • Activate it:
    • source venv/bin/activate
  • Install requirements:
    • python -m pip install requirements.txt
  • Run it:
    • cd cityhub
    • python manage.py runserver