app/django/conf/urls/shortcut.py
author dhans
Mon, 13 Jul 2009 11:19:55 +0200
changeset 2624 5604204998c5
parent 54 03e267d67478
permissions -rw-r--r--
Fixed issue with opening items on survey lists while pressing ctrl button

from django.conf.urls.defaults import *

urlpatterns = patterns('django.views',
    (r'^(?P<content_type_id>\d+)/(?P<object_id>.*)/$', 'defaults.shortcut'),
)