Django: relation “django_site” does not exist

前端 未结 10 1391
北荒
北荒 2020-12-05 10:30

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:

10条回答
  •  不思量自难忘°
    2020-12-05 10:56

    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

提交回复
热议问题