app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 07 Dec 2008 15:28:36 +0000
changeset 701 d6f5d34cff5a
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
If an entity is unscoped, do not try to retrieve a scope Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

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