start oef

This commit is contained in:
Ross
2024-10-07 17:10:39 +01:00
parent 3f5f39c41c
commit 1e55d195e9
24 changed files with 468 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ urlpatterns = [
path("atlas/", include("atlas.urls"), name="atlas"),
path("rcr/", include("rcr.urls"), name="rcr"),
path("rota/", include("rota.urls"), name="rota"),
path("oef/", include("oef.urls"), name="oef"),
path(
"accounts/check_users", views.accounts_check_users, name="accounts_check_users"
),