I have issues with a Django deployment. I am deploying on Azure through github. The app builds and deploys successfully, I am able to migrate the database, but then I receive a error when I try to log in, it seems that the data is not being saved.
[migrate](https://i.sstatic.net/it8xLAnj.png)
[showmigrations](https://i.sstatic.net/7ogvwvye.png)
[django error](https://i.sstatic.net/e8nY3xmv.png)
I have added logs to see if I can find where the issue might be but I am unable to establish where the issue lies.
New contributor
Ian Grundling is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.