urls.py 259 B

12345678
  1. """This urlconf exists because Django expects ROOT_URLCONF to exist. URLs
  2. should be added within the test folders, and use TestCase.urls to set them.
  3. This helps the tests remain isolated.
  4. """
  5. from django.conf.urls import patterns
  6. urlpatterns = patterns('')