Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 234 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 234 Bytes

resrc

Run the project

  1. git clone [email protected]:vhf/resrc.git
  2. cd resrc
  3. virtualenv2 venv --distribute
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. syncdb, migrate, and then runserver.