start oef
This commit is contained in:
@@ -51,6 +51,7 @@ INSTALLED_APPS = [
|
||||
"atlas",
|
||||
"rcr",
|
||||
"rota",
|
||||
"oef",
|
||||
"reversion",
|
||||
"debug_toolbar",
|
||||
"django_tables2",
|
||||
|
||||
@@ -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"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user