maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Cannot migrate w/ django 1.11 #95

Open derek-adair opened 5 years ago

derek-adair commented 5 years ago

Hey its trying to run the south migrations, not sure how to run the normal django migrations when running ./manage.py migrate.

tehfink commented 5 years ago

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'
derek-adair commented 5 years ago

Thats the one. I even tried insalling south but quickly gave up when it didn't work out of the box.