Skip to content

Commit

Permalink
Revert "Update dune_processes/settings/settings.py"
Browse files Browse the repository at this point in the history
This reverts commit 6ce8313.
  • Loading branch information
jamesturner246 committed Sep 13, 2024
1 parent 6ce8313 commit 11d4da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune_processes/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@

AUTH_USER_MODEL = "main.User"

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

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

0 comments on commit 11d4da5

Please sign in to comment.