Commit e5441d84 by Xavier Ordoquy

Use urls functions from django instead of compat.

parent eb89ed02
"""
Blank URLConf just to keep the test suite happy
"""
from rest_framework.compat import patterns
from django.conf.urls import patterns
urlpatterns = patterns('')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment