how to importing python class in django case
why we import like this. from django.db.models import Model, Model class is inside base.py not models.
why we import like this. from django.db.models import Model, Model class is inside base.py not models.