microblog/Procfile

5 lines
165 B
Plaintext
Raw Normal View History

2013-04-23 05:19:12 +00:00
web: gunicorn runp-heroku:app
init: python db_create.py && pybabel compile -d app/translations
upgrade: python db_upgrade.py && pybabel compile -d app/translations