2015-05-05 09:52:55 +00:00
|
|
|
"""
|
|
|
|
|
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.
|
|
|
|
|
"""
|
|
|
|
|
|
2016-08-08 10:33:36 +00:00
|
|
|
urlpatterns = []
|