Skip to content

zachm/EclecticLunch

Repository files navigation

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!!!

About

Hack'13!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published