summaryrefslogtreecommitdiff
path: root/tests/urls.py
blob: bf9e5dc0fbcd140ddcdd912402536609f5e134ec (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 = []