1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

added 'help' app

This commit is contained in:
llj
2013-12-17 17:49:11 +08:00
parent fc0ce8ec14
commit 649fd02173
27 changed files with 275 additions and 19 deletions

View File

@@ -174,6 +174,7 @@ INSTALLED_APPS = (
'seahub.options',
'seahub.profile',
'seahub.share',
'seahub.help',
)