``` from . import models queryset = models.Project.objects.all() ``` Defined **Project** as a layer, but it is not detecting in the dependencies.
Defined Project as a layer, but it is not detecting in the dependencies.