admin: add shell view

This commit is contained in:
Jens Langhammer
2020-11-21 16:16:59 +01:00
parent 6bdcbfbf0e
commit 517b811a99
4 changed files with 4 additions and 8 deletions

View File

@ -13,6 +13,7 @@ from passbook.admin.views import (
policies_bindings,
property_mappings,
providers,
shell,
sources,
stages,
stages_bindings,
@ -21,7 +22,6 @@ from passbook.admin.views import (
tasks,
tokens,
users,
shell,
)
urlpatterns = [