mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
8 lines
127 B
Python
8 lines
127 B
Python
"""
|
|
Blank URLConf just to keep runtests.py happy.
|
|
"""
|
|
from rest_framework.compat import patterns
|
|
|
|
urlpatterns = patterns('',
|
|
)
|