Ticket #8811: t8811.diff

File t8811.diff, 597 bytes (added by Ramiro Morales, 16 years ago)
  • docs/intro/tutorial02.txt

    diff -r 0d30f774296c docs/intro/tutorial02.txt
    a b activate the admin site for your install  
    5050
    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'
    5656              # to INSTALLED_APPS to enable admin documentation:
Back to Top