app/django/contrib/flatpages/urls.py
author Sverre Rabbelier <sverre@rabbelier.nl>
Fri, 03 Jul 2009 18:23:12 -0700
changeset 2521 7c120301989c
parent 54 03e267d67478
permissions -rw-r--r--
survey access: stylefix and remove public role type

from django.conf.urls.defaults import *

urlpatterns = patterns('django.contrib.flatpages.views',
    (r'^(?P<url>.*)$', 'flatpage'),
)