This commit is contained in:
Mattijs Vanhaverbeke
2020-07-20 14:57:09 +02:00
parent 5bfc47775b
commit 17ae8b4a1d
7 changed files with 131 additions and 4 deletions
+1
View File
@@ -7,4 +7,5 @@ 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'),
)