Skip to content

Commit

Permalink
Document the normal running cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Apr 6, 2012
1 parent c649009 commit 2af4e1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Initial (local) install.
You will now have a local installation, using sqllite where you can add
additional applications and test things locally.

- run things!
- ./manage.py syncdb
- ./manage.py migrate
- ./manage.py runserver

Deploying to a PaaS
- create a deployment environment file (e.g. paas/settings/staging.py)
- specify your DB
Expand Down

0 comments on commit 2af4e1f

Please sign in to comment.