mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 12:01:08 -04:00
1. Renamed Honchofile -> Procfile.heroku and changed it to work better with Heroku. 2. Added Procfile.dev for development.
3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
web: ./manage.py runserver -p $PORT --host 0.0.0.0 -d -r
|
|
worker: ./manage.py runworkers
|