mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Use urls functions from django instead of compat.
This commit is contained in:
parent
eb89ed02f2
commit
e5441d845e
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Blank URLConf just to keep the test suite happy
|
||||
"""
|
||||
from rest_framework.compat import patterns
|
||||
from django.conf.urls import patterns
|
||||
|
||||
urlpatterns = patterns('')
|
||||
|
|
Loading…
Reference in New Issue
Block a user