2 Master URLs file for Open Lease project
4 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 # open source rental property management software
11 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 # (c) 2007 Jason McVetta
14 # This is Free Software. It is realeased under the GNU Affero General Public
15 # License (version 3). See http://www.fsf.org/licensing/licenses/agpl-3.0.html
16 # for more information.
17 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 # homepage: http://openlease.org
19 # maintainer: jason.mcvetta@gmail.com
20 # public git repository: http://repo.or.cz/w/openlease.git
21 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25 #from django.conf.urls.defaults import *
26 from django
.conf
.urls
.defaults
import patterns
27 from django
.conf
.urls
.defaults
import include
29 urlpatterns
= patterns('',
31 # (r'^openlease/', include('openlease.foo.urls')),
32 (r
'^/', include('openlease.core.urls')),
34 # Uncomment this for admin:
35 # (r'^admin/', include('django.contrib.admin.urls')),
36 (r
'^admin/', include('django.contrib.admin.urls')),