chore: Run formatters and fix lint errors
This commit is contained in:
parent
09ad2ca896
commit
430b3b40bb
35 changed files with 415 additions and 284 deletions
|
@ -1,9 +1,9 @@
|
|||
from django.shortcuts import render, redirect
|
||||
from django.urls import reverse
|
||||
from urllib.parse import quote as urlquote
|
||||
|
||||
from django.contrib.auth import logout as auth_logout
|
||||
from django.contrib.auth.decorators import login_required
|
||||
|
||||
from urllib.parse import quote as urlquote
|
||||
from django.shortcuts import redirect, render
|
||||
from django.urls import reverse
|
||||
|
||||
|
||||
def login(req):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue