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:
You may be calling a site object before creating site model(before syncdb or migrate)
ex: site = Site.objects.get(id=settings.SITE_ID)