CitoEngine / cito_engine

Alert management and automation tool
Apache License 2.0
17 stars 14 forks source link

django importerror cannot import name get_models #76

Closed Nishithan closed 5 years ago

Nishithan commented 5 years ago

When I am performing this step "python manage.py migrate" while installing cito engine, i am receiveing this error "django importerror cannot import name get_models"

extremeunix commented 5 years ago

@Nishithan which version of Python and Django are you using?

extremeunix commented 5 years ago

I was able to replicate the errors. While discussing with @twatchy, I think we definitely need to upgrade to Django 1.11.18 and clean up the deprecated codebase (about fucking time!)

77 should solve this

twatchy commented 5 years ago

Released new codebase with Django upgrade. https://github.com/CitoEngine/cito_engine/tree/2.0.0

78