why we import like this. from django.db.models import Model, Model class is inside base.py not models.
expecting from django.db.models.base import Model, why base module ommitted. django/db/models/base.py is the structure
why we import like this. from django.db.models import Model, Model class is inside base.py not models.
expecting from django.db.models.base import Model, why base module ommitted. django/db/models/base.py is the structure