Wednesday, December 30, 2020

Re: Error After Heroku Deployment

Hi,

Run 
heroku run python manage.py makemigrations
 heroku run python manage.py migrate

All the best

On Wed, Dec 30, 2020 at 8:18 PM Sumit Pande <2018bit051@sggs.ac.in> wrote:
ProgrammingError at /accounts/login/
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
Request Method:  GET
Django Version:  3.1.1
Exception Type:  ProgrammingError
Exception Value:  
relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
                                                             ^
 I have used allauth.

Please help me with this error.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BPixk%2Bhk3-X3J4SsM%3Dz9az_KntBinoJNOPDWp8mdMf5Abr%2BGg%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315Q5g2XUNJHm4Ui2EbQDV4F9bAKGzR74--7wmo1B16jiA%40mail.gmail.com.

No comments:

Post a Comment