Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 253 Bytes

Well hi, how are you?

This is a Django based thing, so you need django and stuff like that.

Rough installation Instractions

  1. make the thing with pip install -r requirements.txt
  2. create the database with syncdb and migrate
  3. start it

Good luck!