I am trying to import my myadmin models into shoppingapp when I am getting error
from walk.myadmin.models import Order
I am trying this code and getting error
when also I tried this one
from myadmin.models import Order
but same error
I am expecting to import my models from one app to another in the same project.
New contributor
Waheed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.