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

8 lines
124 B
Python

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