2015-10-23 02:46:42 +08:00
|
|
|
"""This URLconf exists because Django expects ROOT_URLCONF to exist. URLs
|
2014-01-14 23:43:27 +08:00
|
|
|
should be added within the test folders, and use TestCase.urls to set them.
|
|
|
|
This helps the tests remain isolated.
|
|
|
|
"""
|
2006-09-02 17:34:40 +08:00
|
|
|
|
|
|
|
|
2014-04-02 08:46:34 +08:00
|
|
|
urlpatterns = []
|