Django

Code

Changeset 8906

Show
Ignore:
Timestamp:
09/02/08 23:43:57 (4 months ago)
Author:
ubernostrum
Message:

Fixed #8811: Corrected URL example in tutorial part 2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/intro/tutorial02.txt

    r8859 r8906  
    5151          urlpatterns = patterns('', 
    5252              # Example: 
    53               # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 
     53              # (r'^mysite/', include('mysite.foo.urls')), 
    5454 
    5555              # Uncomment the admin/doc line below and add 'django.contrib.admindocs'