app/django/conf/urls/shortcut.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 30 Nov 2008 15:25:07 +0000
changeset 621 21aea6e45a9d
parent 54 03e267d67478
permissions -rw-r--r--
Fix too long lines in soc.model.work. Patch by: Pawel Solyga

from django.conf.urls.defaults import *

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