mirror of https://github.com/jumpserver/jumpserver
添加group_add url
parent
9652460ba5
commit
2aea864fbe
|
@ -7,4 +7,5 @@ urlpatterns = patterns('juser.views',
|
||||||
# url(r'^blog/', include('blog.urls')),
|
# url(r'^blog/', include('blog.urls')),
|
||||||
|
|
||||||
(r'^user_add/$', 'user_add'),
|
(r'^user_add/$', 'user_add'),
|
||||||
|
(r'^group_add/$', 'group_add'),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue