initial project layout
This commit is contained in:
parent
64b23881de
commit
82c77fc031
7 changed files with 158 additions and 1 deletions
28
README.md
28
README.md
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue