Skip to content

Commit

Permalink
Make this a bit easier to read as well
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Jun 6, 2012
1 parent e55f37a commit 2a50035
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ Deploying to Heroku

6. Export the Django settings (locally and remotely)

(env)$ export DJANGO_SETTINGS_MODULE=paas.settings.heroku # change to <myproject> if you have renamed as above
(env)$ heroku config:add DJANGO_SETTINGS_MODULE=paas.settings.heroku # likewise change to <myproject>
(env)$ export DJANGO_SETTINGS_MODULE=paas.settings.heroku
- change to <myproject> if you have renamed as above

(env)$ heroku config:add DJANGO_SETTINGS_MODULE=paas.settings.heroku
- likewise change to <myproject>

7. Add a remote Heroku database and perform setup

Expand Down

0 comments on commit 2a50035

Please sign in to comment.