django-rest-framework/rest_framework/runtests/urls.py

8 lines
124 B
Python
Raw Normal View History

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