Skip to content

Commit

Permalink
[#293] update base settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Nov 28, 2024
1 parent 5902d5d commit 1a273a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/openklant/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#
INSTALLED_APPS = INSTALLED_APPS + [
# Project applications.
"django_setup_configuration",
"openklant.accounts",
"openklant.utils",
"openklant.components.token",
Expand Down Expand Up @@ -42,3 +43,10 @@
# Django-Admin-Index
#
ADMIN_INDEX_SHOW_REMAINING_APPS_TO_SUPERUSERS = True

#
# Django setup configuration
#
SETUP_CONFIGURATION_STEPS = (
"openklant.setup_configuration.steps.TokenAuthConfigurationStep",
)

0 comments on commit 1a273a8

Please sign in to comment.