mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
07caee1d12
1. Renamed Honchofile -> Procfile.heroku and changed it to work better with Heroku. 2. Added Procfile.dev for development.
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
web: ./manage.py runserver -p $PORT
|
|
worker: ./manage.py runworkers
|