Posts by thiago costa • 17 points
2 posts
-
-1
votes1
answer33
viewsQ: How do I call the email field from the default table auth_user?? needed to make users register with email, user and password
my Register.html is like this <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <link…
-
0
votes1
answer43
viewsQ: I have a problem in the relation between two tables in Sqlite using python/Django
I am making a simple CRUD, using 2 tables, the default user of Django and the citizen I created, I am using a foreinkey username to link the two, but in the form, instead of appearing a username…