Lunch ordering application.
- PostresSQL
- uWSGI
python3 bootstrap-buildout.py
./bin/buildout -vN
ln -s /opt/python/3.4.2/bin/uwsgi uwsgi./bin/flask-ctl init_db --debug
./bin/flask-ctl db_migrate stamp --debug./bin/flask-ctl init_db
./bin/flask-ctl db_migrate stamp./bin/flask-ctl debug./bin/flask-ctl serve start
./bin/flask-ctl serve stop
./bin/flask-ctl serve restart./bin/flask-ctl db_migrate upgrade --debug./bin/flask-ctl db_migrate upgrade