sen-den / django-model2puml

Generator of project models structure in PlantUML class notation
MIT License
22 stars 4 forks source link

ImportError in utils.py #3

Closed tempuku closed 2 years ago

tempuku commented 3 years ago

"from model_utils import Choices" raise ImportError, but if it is changed to "from django.db.models import Choices" program works.

sen-den commented 3 years ago

Please check v0.1.14