Changeset 8859 for django/trunk/django/conf/project_template
- Timestamp:
- 09/02/08 11:52:42 (4 months ago)
- Files:
-
- django/trunk/django/conf/project_template/urls.py (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
