summaryrefslogtreecommitdiff
path: root/tests/urls.py
blob: 7d3a3a790aeebf56410d3975b7c367ef077e1be7 (plain)
1
2
3
4
5
6
7
"""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 = []