mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
add djangorestframework
This commit is contained in:
@@ -81,6 +81,7 @@ TEMPLATE_DIRS = (
|
||||
# Always use forward slashes, even on Windows.
|
||||
# Don't forget to use absolute paths, not relative paths.
|
||||
os.path.join(os.path.dirname(__file__), "templates"),
|
||||
os.path.join(os.path.dirname(__file__),'thirdpart/djangorestframework/templates'),
|
||||
)
|
||||
|
||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
@@ -111,6 +112,7 @@ INSTALLED_APPS = (
|
||||
'seahub.group',
|
||||
'seahub.share',
|
||||
'seahub.subdomain',
|
||||
'seahub.api',
|
||||
)
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
|
Reference in New Issue
Block a user