First draft of rolling stock page

This commit is contained in:
2022-04-10 23:42:29 +02:00
parent 8a87f6059e
commit 42e30b0009
7 changed files with 280 additions and 99 deletions

View File

@@ -26,7 +26,7 @@ admin.site.site_header = site_conf.site_name
urlpatterns = [
path("", GetHome.as_view(), name="index"),
path("page/", include("portal.urls")),
path("portal/", include("portal.urls")),
path("ht/", include("health_check.urls")),
path("admin/", admin.site.urls),
path("api/v1/consist/", include("consist.urls")),