Skip to content

Commit

Permalink
Fixed some big typos in 'Getting Started' docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Feb 19, 2011
1 parent a5097e7 commit 860ca6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-cbv if you're using 1.3.
1. Create a normal Django project (we'll call it myshop for now)::
django-admin startproject example
cd myshop; django-admin startapp myshop
cd example; django-admin startapp myshop
2. You'll want to virtualenv your world, just in case::
Expand Down Expand Up @@ -65,7 +65,7 @@ django-cbv if you're using 1.3.
# Uncomment the next line to enable admin documentation:
'django.contrib.admindocs',
'shop', # The django SHOP application
'theshop', # the project we just created
'myshop', # the project we just created
]
7. Make the exmaple/urls.py contain the following::
Expand Down Expand Up @@ -98,4 +98,4 @@ django-cbv if you're using 1.3.

x-www-browser localhost:8000/shop

0 comments on commit 860ca6b

Please sign in to comment.