Django

Code

Show
Ignore:
Timestamp:
07/11/08 13:06:48 (4 months ago)
Author:
jacob
Message:

[djangoproject.com] Added a foundation contact form.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/urls.py

    r7369 r7895  
    3737    (r'^comments/', include('django.contrib.comments.urls.comments')), 
    3838    (r'^community/$', 'django.views.generic.list_detail.object_list', aggregator_info_dict), 
     39    (r'^contact/', include('django_website.apps.contact.urls')), 
    3940    (r'^documentation/', include('django_website.apps.docs.urls')), 
    4041    (r'^r/', include('django.conf.urls.shortcut')),