urls.py 211 B

1234567
  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. urlpatterns = []