1
0
mirror of https://github.com/django/django.git synced 2025-10-12 16:29:14 +00:00
2009-07-31 18:29:06 +00:00

8 lines
145 B
Python

from django.conf.urls.defaults import *
import widgetadmin
urlpatterns = patterns('',
(r'^deep/down/admin/(.*)', widgetadmin.site.root),
)