forked from enviPath/enviPy
wip
This commit is contained in:
@ -40,6 +40,11 @@ if "migration" in s.INSTALLED_APPS:
|
||||
if s.MS_ENTRA_ENABLED:
|
||||
urlpatterns.append(path(f"{PATH_PREFIX}", include("epauth.urls")))
|
||||
|
||||
if s.TENANT != "public":
|
||||
urlpatterns.append(
|
||||
path(f"{PATH_PREFIX}", include(f"{s.TENANT}.urls"))
|
||||
)
|
||||
|
||||
# Custom error handlers
|
||||
handler400 = "epdb.views.handler400"
|
||||
handler403 = "epdb.views.handler403"
|
||||
|
||||
Reference in New Issue
Block a user