После рефакторинга

This commit is contained in:
2025-11-18 14:44:32 +03:00
parent 55759ec705
commit c8bcd1adf0
56 changed files with 204454 additions and 683 deletions

View File

@@ -500,4 +500,4 @@ class ActionsPageView(View):
def custom_logout(request):
"""Custom logout view."""
logout(request)
return redirect("mainapp:home")
return redirect("mainapp:source_list")