Changeset 8906
- Timestamp:
- 09/02/08 23:43:57 (4 months ago)
- Files:
-
- django/trunk/docs/intro/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/intro/tutorial02.txt
r8859 r8906 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'
