Skip to content

Commit

Permalink
Added missing settings option to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed May 15, 2012
1 parent 0ddbb44 commit 7591616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>Take a peek</h1>
./manage.py migrate --settings=settings_simple
./manage.py oscar_import_catalogue data/books-catalogue.csv --settings=settings_simple
./manage.py oscar_import_catalogue_images data/books-images.tar.gz --settings=settings_simple
./manage.py loaddata countries.json fixtures/pages.json</code>
./manage.py loaddata countries.json fixtures/pages.json --settings=settings_simple</code>
<p>Now run Django's server:</p>
<code class="block">./manage.py runserver --settings=settings_simple</code>
<p>and you can browse the shop at <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a>.</p>
Expand Down

0 comments on commit 7591616

Please sign in to comment.