Skip to content

Commit

Permalink
Logout redirect -> main:login.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Sep 13, 2024
1 parent 4019426 commit bace672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dune_processes/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@

LOGIN_URL = "main:login"
LOGIN_REDIRECT_URL = "main:index"
LOGOUT_REDIRECT_URL = "main:login"

INSTALLED_APPS += ["django_bootstrap5"]
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap5.html"

0 comments on commit bace672

Please sign in to comment.