jsocol / django-adminplus

Easily add custom views to the Django admin.
BSD 3-Clause "New" or "Revised" License
589 stars 79 forks source link

Models not resolving on Django 2.0 #57

Open iMerica opened 6 years ago

iMerica commented 6 years ago

I've incorporated django-adminplus to my site and it's working great, however when running tests Django is not able to resolve my models. I see:

ImportError: cannot import name \

This is using Python 3.4 on Django 2.0