summaryrefslogtreecommitdiff
path: root/tests/urls.py
blob: 34e3afcb8335148238278936c6a15b0b9dc0b97b (plain)
1
2
3
4
5
6
7
8
"""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.
"""
from django.conf.urls import patterns


urlpatterns = patterns('')