Models.py
from django.contrib.auth.models import AbstractUser from django.db import models class Listing(models.Model): title = models.Char