mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Added rest framework
This commit is contained in:
7
thirdpart/rest_framework/runtests/urls.py
Normal file
7
thirdpart/rest_framework/runtests/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Blank URLConf just to keep runtests.py happy.
|
||||
"""
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
)
|
Reference in New Issue
Block a user