[Fix] Show the User who ran the Job for Admins (#226)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#226
This commit is contained in:
2025-11-20 08:05:15 +13:00
parent 67b1baa5b0
commit fa8a191383
2 changed files with 9 additions and 1 deletions

View File

@ -29,7 +29,7 @@ urlpatterns = [
path("o/", include("oauth2_provider.urls", namespace="oauth2_provider")),
]
if "migrations" in s.INSTALLED_APPS:
if "migration" in s.INSTALLED_APPS:
urlpatterns.append(path("", include("migration.urls")))
if s.MS_ENTRA_ENABLED: