app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 07 Dec 2008 20:02:40 +0000
changeset 713 bcd480745f44
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Thinkofix in access.checkIsInvited Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

urlpatterns = patterns('',
                       (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')),
                       )