Skip to content

Commit

Permalink
add newsroom.auth.saml to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 10, 2024
1 parent 87d87dd commit 380b322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
]
] + ["tga.register"]

INSTALLED_APPS = [
"newsroom.auth.saml",
]

BLUEPRINTS = ["tga.register"] + [
blueprint
for blueprint in DEFAULT_BLUEPRINTS
Expand Down

0 comments on commit 380b322

Please sign in to comment.