I am trying to build a webapp using django framework . Below is my code for the "models.py".
from django.db import models class Client(models.Mod