mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
4ba3152a99
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
|