Skip to content

Commit

Permalink
Correct a couple buildout remnants in the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 10, 2011
1 parent bedcd0b commit fce12c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/pycon2011/script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Bootstrap up the example app::
web1$ mv local_settings.py.template local_settings.py
web1$ ./manage.py syncdb
web1$ ./manage.py loaddata test_data.json
web1$ ./bin/django runserver 0.0.0.0:8000
web1$ ./manage.py runserver 0.0.0.0:8000

Get ``http://pycon-web1:8000/`` - bing!

Expand Down Expand Up @@ -90,7 +90,7 @@ Wire up the app to PostgreSQL, load data, take a look::
web1$ vim local_settings.py # DATABASE_HOST = '...'
web1$ ./manage.py syncdb
web1$ ./manage.py loaddata test_data.json
web1$ ./bin/django runserver 0.0.0.0:8000
web1$ ./manage.py runserver 0.0.0.0:8000

Hit ``http://pycon-web1:8000/`` -- *boom*.

Expand Down

0 comments on commit fce12c0

Please sign in to comment.