Model.py file
from django.db import models from django.contrib.auth.models import User class ClientDetails(models.Model): objects = mod