diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 548898e17b..8ce9161854 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -50,7 +50,7 @@ activate the admin site for your installation, do these three things: urlpatterns = patterns('', # Example: - # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), + # (r'^mysite/', include('mysite.foo.urls')), # Uncomment the admin/doc line below and add 'django.contrib.admindocs' # to INSTALLED_APPS to enable admin documentation: |
