So, i have this problem when im trying to create my "company", when i didnt have user authentication the view worked just fine. Now i've added django allauth, and this screen appears to me: enter image description here
So i will leave here my model and my view to create the company Im just a begginner so sry for my bad explanation
The URLS : https://prnt.sc/K-lKvmfuQtvR
CodePudding user response:
It looks like the problem is with the way your url is setup. Do you have a screenshot of the urls.py as well so we can see how you setup your url mapping