admin: remove outposts list

This commit is contained in:
Jens Langhammer
2021-02-08 19:02:39 +01:00
parent efc46f52e6
commit 5d460a2537
5 changed files with 5 additions and 344 deletions

View File

@ -311,11 +311,6 @@ urlpatterns = [
name="certificatekeypair-delete",
),
# Outposts
path(
"outposts/",
outposts.OutpostListView.as_view(),
name="outposts",
),
path(
"outposts/create/",
outposts.OutpostCreateView.as_view(),