1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-28 08:59:54 +03:00
django-rest-framework/djangorestframework/runtests/urls.py
2011-12-29 13:31:12 +00:00

8 lines
124 B
Python

"""
Blank URLConf just to keep runtests.py happy.
"""
from django.conf.urls.defaults import *
urlpatterns = patterns('',
)