diff options
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/tests/urls.py b/tests/urls.py new file mode 100644 index 00000000..62cad339 --- /dev/null +++ b/tests/urls.py @@ -0,0 +1,6 @@ +""" +Blank URLConf just to keep the test suite happy +""" +from rest_framework.compat import patterns + +urlpatterns = patterns('') | 
