Error django_session

0

I am deploying my application and when I try to login it gives me this error, my application works with 2 database 1 with postgresql and the other sql server that is on an external server, the users are at the base data postgres , this is the error:

  

relation "django_session" does not exist   LINE 1: ... ession_data "," django_session "." Expire_date "FROM" django_se ...

    
asked by Antonio 19.09.2018 в 15:54
source

1 answer

0

I searched and found a solution, you had to do first migrate --database nombreBD and then migrate only and it worked perfectly.

    
answered by 19.09.2018 / 16:46
source