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:
I have the same problem and fixed it like this:
SITE_ID=1
settings.py
run this command :
python manage.py migrate