django-rest-framework/rest_framework/runtests/urls.py
2012-12-27 20:20:01 +00:00

8 lines
127 B
Python

"""
Blank URLConf just to keep runtests.py happy.
"""
from rest_framework.compat import patterns
urlpatterns = patterns('',
)