How to Solve NameError: name 'models' is not defined -- django

Erorr: name 'models' is not defined

NameError: name 'models' is not defined

Solution: name 'models' is not defined

# Add the following line to the top of your code
from django.db import models

 

For more information:
Django models