ididit
ididit copied to clipboard
The app will not run with "Unknown command: 'run_gunicorn'"
I'm new to python. Try to run the app it just crashed:
columbia: $ foreman start
22:49:27 web.1 | started with pid 6089
22:49:27 web.1 | Unknown command: 'run_gunicorn'
22:49:27 web.1 | Type 'manage.py help' for usage.
22:49:27 web.1 | exited with code 1
Same on heroku:
2014-02-19T19:11:13.240655+00:00 heroku[web.1]: Starting process with command `python manage.py run_gunicorn 0.0.0.0:58066`
2014-02-19T19:11:14.055993+00:00 app[web.1]: Unknown command: 'run_gunicorn'
2014-02-19T19:11:14.055993+00:00 app[web.1]: Type 'manage.py help' for usage.
I write document for this ASAP, please wait for a few days :p
cool, thanks :)