[cvs] / lkrtweb / urls.py  

cvs: lkrtweb/urls.py

File: [cvs] / lkrtweb / urls.py (download) (as text)
Revision: 1.2, Sat Apr 7 20:49:15 2007 UTC (6 years, 1 month ago) by tobias
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -4 lines
first working draft

from django.conf.urls.defaults import *

urlpatterns = patterns('',
	(r'^admin/', include('django.contrib.admin.urls')),
	(r'^', include('lkrtweb.lkrt.urls')),

)

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help