Posts by GAutomated • 31 points
2 posts
-
0
votes0
answers74
viewsQ: Filter combobox according to the list of projects created by each user logged in to Django
I’m new to Jango and I have a lot to learn. I’m developing a system in which the logged-in user registers their requirement, but each requirement is tied to a project that the same user created. As…
-
2
votes1
answer518
viewsQ: Attributeerror - 'User' Object has no attribute 'project' - Django
I am new in Django and have a question. I made a system that saves the contents of the respective logged in user. Thus, each user will have their own content when viewing (multi-tenant system).…