Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 425 Bytes

EclecticLunch

Setup

  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • ./main.py shell <<EOF
    

import models models.db.create_all() models.db.session.commit() EOF

Running

python main.py
This will bind to all interfaces on port 8008.
Other options are found under --help.

Hack'13!!!