1 2 3 4 5 6 7
""" Blank URLConf just to keep runtests.py happy. """ from django.conf.urls.defaults import * urlpatterns = patterns('', )