app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 18 Sep 2009 21:38:14 +0200
changeset 2960 d91e4a51943c
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Use ',' instead of ':' in function call

from django.conf.urls.defaults import *

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