blob: 67c4d4091b437969144624fdeb1990669cf717a7 (
plain)
1
2
3
4
5
6
|
"""This URLconf exists because Django expects ROOT_URLCONF to exist. URLs
should be added within the test folders, and use TestCase.urls to set them.
This helps the tests remain isolated.
"""
urlpatterns = []
|