1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

[django 1.8] WIP

This commit is contained in:
zhengxie
2015-10-12 18:36:24 +08:00
parent cf1d719ecf
commit 68efe49481
24 changed files with 73 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ consult a specific backend's documentation for details.
"""
from django.conf import settings
from django.conf.urls.defaults import *
from django.conf.urls import patterns, url
from seahub.auth import views as auth_views