Put SITE_ID = 1 in your settings file to fix this error
2015-06-09 7:01 GMT-06:00 akshat :
> You're using the Django "sites framework" without having set the SITE_ID
> setting. Create a site in your database and set the SITE_ID setting or pass a
> request to Site.objects.get_current() to fix
I have made an django app which uses Django-Registration-redux application
to registration and email verification of users.I am using 'Sites'
framework also.How ever when I click register button email is not sent but
instead I get this error message -
You're using the Django "sites framework"
2 matches
Mail list logo