Home > front end >  Django funcion views, creating a company with user associated
Django funcion views, creating a company with user associated

Time:07-13

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

enter image description here

enter image description here

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

  • Related