Posts by Felipe Batista • 1 point
2 posts
-
0
votes1
answer356
viewsQ: Django login view only works with users created in createsuperuser
I’ve been racking my brain with this problem for a couple of days. I’m doing a project for college and created a custom user, I can add users normally in my registration template, they are committed…
-
0
votes1
answer53
viewsQ: Pass several attributes on Django
My question is as follows. I am starting my studies in Jango and find a problem. I have a function in my view with the following excerpt def saldo_total(request): receitas =…