cmsplugin-contact
cmsplugin-contact copied to clipboard
Cannot migrate w/ django 1.11
Hey its trying to run the south migrations, not sure how to run the normal django migrations when running ./manage.py migrate.
Similar issue with a fresh installation of Django 1.11.15 & django-cms 3.5.2, received this error:
File "/Users/tehfink/Documents/Code/…/virtualenv/lib/python3.6/site-packages/cmsplugin_contact/migrations/0001_initial.py", line 3, in <module>
from south.db import db
ModuleNotFoundError: No module named 'south'
Thats the one. I even tried insalling south but quickly gave up when it didn't work out of the box.