79612617

Date: 2025-05-08 14:33:20
Score: 1.5
Natty:
Report link

I think you are trying to access the Profile model, which is not been installed yet. So you need to configure it by using the below commands

// Create database migrations

python manage.py makemigrations

// Execute the migrations to the database

python manage.py migrate

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sandeep Kumar