I am running a test django server on aws and I just installed django-userena and when I try to signup a user upon clicking submit, I get the following message:
if you are getting this error when deploying you django app to Heroku, make sure you have run:
heroku run python manage.py migrate
This worked for me