form.py (from Users app)
from django import forms from django.contrib.auth.models import User from .models import Buyer, Seller from .forms i