Changeset 7369 for djangoproject.com/django_website/urls.py
- Timestamp:
- 03/27/08 09:23:58 (10 months ago)
- Files:
-
- djangoproject.com (modified) (1 prop)
- djangoproject.com/django_website/urls.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com
- Property svn:externals changed from
django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
registration -r87 http://django-registration.googlecode.com/svn/trunk/registration/
comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
to
django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
registration -r139 http://django-registration.googlecode.com/svn/trunk/registration/
comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
- Property svn:externals changed from
djangoproject.com/django_website/urls.py
r6472 r7369 31 31 32 32 urlpatterns = patterns('', 33 (r'freenode\.9xJY7YIUWtwn\.html', 'django.views.generic.simple.direct_to_template', {'template': 'freenode_tmp.html'}), 33 34 (r'^accounts/', include('django_website.apps.accounts.urls')), 34 35 (r'^admin/', include('django.contrib.admin.urls')), … … 37 38 (r'^community/$', 'django.views.generic.list_detail.object_list', aggregator_info_dict), 38 39 (r'^documentation/', include('django_website.apps.docs.urls')), 39 (r'^password_reset/', include('django.conf.urls.admin_password_reset')),40 40 (r'^r/', include('django.conf.urls.shortcut')), 41 41 (r'^rss/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),
