comparison gpp/urls.py @ 540:51fa1e0ca218

For #243, create a contests application.
author Brian Neal <bgneal@gmail.com>
date Mon, 09 Jan 2012 01:13:08 +0000
parents 248dd8dd67f8
children c092efc9ce71
comparison
equal deleted inserted replaced
539:2f0a372c92b4 540:51fa1e0ca218
19 (r'^accounts/', include('accounts.urls')), 19 (r'^accounts/', include('accounts.urls')),
20 (r'^antispam/', include('antispam.urls')), 20 (r'^antispam/', include('antispam.urls')),
21 (r'^calendar/', include('gcalendar.urls')), 21 (r'^calendar/', include('gcalendar.urls')),
22 (r'^comments/', include('comments.urls')), 22 (r'^comments/', include('comments.urls')),
23 (r'^contact/', include('contact.urls')), 23 (r'^contact/', include('contact.urls')),
24 (r'^contests/', include('contests.urls')),
24 (r'^core/', include('core.urls')), 25 (r'^core/', include('core.urls')),
25 (r'^donations/', include('donations.urls')), 26 (r'^donations/', include('donations.urls')),
26 (r'^downloads/', include('downloads.urls')), 27 (r'^downloads/', include('downloads.urls')),
27 url(r'^feeds/news/$', 28 url(r'^feeds/news/$',
28 cache_page(LatestNewsFeed(), 6 * 60 * 60), 29 cache_page(LatestNewsFeed(), 6 * 60 * 60),