Create account.register function. It's currently not working because arguments is not validating

This commit is contained in:
2022-09-17 22:03:31 +03:00
parent 58a19c7a41
commit 22da68b953
3 changed files with 25 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from django.shortcuts import render
from django.http import HttpResponse, HttpResponseRedirect
from django.http import HttpResponseRedirect
from .forms import SiteUserForm
from django.contrib.auth import login, authenticate