mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 03:41:12 +00:00
added 'help' app
This commit is contained in:
@@ -155,6 +155,7 @@ urlpatterns = patterns('',
|
||||
(r'^options/', include('seahub.options.urls')),
|
||||
(r'^profile/', include('seahub.profile.urls')),
|
||||
(r'^share/', include('seahub.share.urls')),
|
||||
(r'^help/', include('seahub.help.urls')),
|
||||
url(r'^captcha/', include('captcha.urls')),
|
||||
|
||||
### system admin ###
|
||||
|
Reference in New Issue
Block a user