PageRenderTime 30ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/regressiontests/admin_widgets/urls.py

https://code.google.com/p/mango-py/
Python | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 0a3bdf07a7ea928a0639093f61ecae5c MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from django.conf.urls.defaults import *
  2. import widgetadmin
  3. urlpatterns = patterns('',
  4. (r'^', include(widgetadmin.site.urls)),
  5. )