app/django/contrib/gis/tests/urls.py
author Tim Ansell <mithro@gmail.com>
Wed, 15 Oct 2008 18:06:07 +0000
changeset 341 cad57d104bc7
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed the evil black logo.

from django.conf.urls.defaults import *

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