1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-03-13 00:15:48 +03:00
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('',
)