Ticket #8811: t8811.diff
File t8811.diff, 597 bytes (added by , 16 years ago) |
---|
-
docs/intro/tutorial02.txt
diff -r 0d30f774296c docs/intro/tutorial02.txt
a b activate the admin site for your install 50 50 51 51 urlpatterns = patterns('', 52 52 # Example: 53 # (r'^ {{ project_name }}/', include('{{ project_name }}.foo.urls')),53 # (r'^mysite/', include('mysite.foo.urls')), 54 54 55 55 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 56 56 # to INSTALLED_APPS to enable admin documentation: