cmsplugin-contact
cmsplugin-contact copied to clipboard
Extendable contact plugin for django-cms with spam protection and i18n
I have this error when I run `manage.py makemigrations` ``` File "/home/opt/python-virtual-env/django-cms/lib/python3.7/site-packages/cmsplugin_contact/migrations/0003_auto__add_field_contact_form_name.py", line 3, in from south.db import db File "/home/opt/python-virtual-env/django-cms/lib/python3.7/site-packages/south/db/__init__.py", line 84, in db = dbs[DEFAULT_DB_ALIAS] KeyError: 'default' ```
It looks like your most recent update changed the recaptcha libary to use `django-nocaptcha-recaptcha`. You should probably change the validation here: https://github.com/maccesch/cmsplugin-contact/blob/master/cmsplugin_contact/admin.py#L60 to use that library instead of the deprecated...
Hey its trying to run the south migrations, not sure how to run the normal django migrations when running ./manage.py migrate.