summaryrefslogtreecommitdiff
blob: 5380bea6a6a3a7df2ce9d1dceb22ab08ce07b9e6 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 1998-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

from django.conf.urls import patterns, include, url

urlpatterns = patterns('gentoo_www.views',
	(r'^home/$', 'home'),
	(r'^downloads/$', 'downloads'),
)