init for v3.1

This commit is contained in:
Mattijs Vanhaverbeke
2022-02-21 17:41:14 +01:00
parent 3b4209223e
commit 683e125cd5
10 changed files with 344 additions and 433 deletions
-1
View File
@@ -7,5 +7,4 @@ from . import views
# a specific view so that it can be accessed by users.
urlpatterns = (
path('', views.TopologyHomeView.as_view(), name='home'),
path('full', views.TopologyFullView.as_view(), name='full'),
)