Changeset 8859
- Timestamp:
- 09/02/08 11:52:42 (3 months ago)
- Files:
-
- django/trunk/django/conf/project_template/urls.py (modified) (1 diff)
- django/trunk/docs/intro/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/project_template/urls.py
r8432 r8859 9 9 # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 10 10 11 # Uncomment the next line to enable admin documentation: 11 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 12 # to INSTALLED_APPS to enable admin documentation: 12 13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 13 14 django/trunk/docs/intro/tutorial02.txt
r8585 r8859 53 53 # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 54 54 55 # Uncomment the next line to enable admin documentation: 55 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 56 # to INSTALLED_APPS to enable admin documentation: 56 57 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 57 58
