/resrc

Source code of reSRC.io

Primary LanguageCSSMIT LicenseMIT

resrc

Run the project

  1. git clone git@github.com: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.