DjangoDash Awesomesauce
Makefile | ||
manage.py | ||
Procfile | ||
README.md | ||
requirements.txt | ||
settings.py | ||
urls.py |
rogueojiiofwales
DjangoDash Awesomesauce
How-To
- Clone the repo.
- Add a git remote called
heroku
pointing atgit@heroku.com:insertcreativenamehere.git
. - Run
make run
. - Open http://localhost:8000
- Hack.
Run local commands
foreman run env/bin/python manage.py ...
Run remote commands
heroku run python manage.py ...
Deploy
git push heroku master