summaryrefslogtreecommitdiff
blob: 6cead02a17f9ac8e028d23ac6d256cbab402cab3 (plain)
1
2
3
4
5
6
7
8
# 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('tbc_www.views',
	(r'^home/$', 'home'),
)