django-rest-framework/rest_framework/runtests/urls.py
2013-09-25 10:30:04 +01:00

8 lines
122 B
Python

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