Changeset 7895 for djangoproject.com/django_website/urls.py
- Timestamp:
- 07/11/08 13:06:48 (4 months ago)
- Files:
-
- djangoproject.com/django_website/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/urls.py
r7369 r7895 37 37 (r'^comments/', include('django.contrib.comments.urls.comments')), 38 38 (r'^community/$', 'django.views.generic.list_detail.object_list', aggregator_info_dict), 39 (r'^contact/', include('django_website.apps.contact.urls')), 39 40 (r'^documentation/', include('django_website.apps.docs.urls')), 40 41 (r'^r/', include('django.conf.urls.shortcut')),
