1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

Move auth from thirdpart to seahub

This commit is contained in:
zhengxie
2013-05-07 10:33:26 +08:00
parent 312e5ba7bd
commit 53201b105d
53 changed files with 60 additions and 156 deletions

View File

@@ -25,7 +25,7 @@ consult a specific backend's documentation for details.
from django.conf.urls.defaults import *
from auth import views as auth_views
from seahub.auth import views as auth_views
urlpatterns = patterns('',
url(r'^login/$',