Ticket #8496: 8496.diff
File 8496.diff, 1.3 KB (added by , 16 years ago) |
---|
-
django/conf/project_template/urls.py
8 8 # Example: 9 9 # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 10 10 11 # Uncomment the next line to enable admin documentation:11 # Uncomment the next line and add 'django.contrib.admindocs' to INSTALLED_APPS to enable admin documentation: 12 12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 13 13 14 14 # Uncomment the next line to enable the admin: -
docs/intro/tutorial02.txt
52 52 # Example: 53 53 # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 54 54 55 # Uncomment the next line to enable admin documentation:55 # Uncomment the next line and add 'django.contrib.admindocs' to INSTALLED_APPS to enable admin documentation: 56 56 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 57 57 58 58 # Uncomment the next line for to enable the admin: