app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 02 Nov 2008 17:25:10 +0000
changeset 428 e0d5de282004
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed typo in access check Instead of checking for 'public' the rights for 'edit' were checked.

from django.conf.urls.defaults import *

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