1.views.py
from django.shortcuts import render from . models import User from .forms import Userform def Home(request): if request.method == "POST&q