I am getting the following error when I try to migrate in a Python/Django web app

Please do not post images of code or error messages here. Copy/paste the text of the code or message into the body of your post, surrounded between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.

Please describe what you have done before trying to run migrate. Have you added some new code? Is this a brand new project?

It may also be helpful if you posted the complete error and traceback here.

It is a new project, and here is the error “'\base.py”, line 328, in execute return super().execute(query, params) ٨٨٨

django.db.utils.OperationalError: no such table: django_content_type"’

Good.

What have you done before this most recent command to get to this point?

Please include the complete output from the command you’ve issued along with the entire output.

Copy/paste the output into the body of your post, surrounded between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.