initial project layout

This commit is contained in:
Jonas Obrist 2012-08-18 02:24:05 +02:00
parent 64b23881de
commit 82c77fc031
7 changed files with 158 additions and 1 deletions

View file

@ -1,4 +1,30 @@
rogueojiiofwales
================
DjangoDash Awesomesauce
DjangoDash Awesomesauce
How-To
------
* Clone the repo.
* Add a git remote called ``heroku`` pointing at ``git@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``