Posts by Luciano Lopez • 11 points
3 posts
-
0
votes1
answer76
viewsA: Authentication Django allauth
I found the solution!! I added it in Settings.py if DEBUG: EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'
djangoanswered Luciano Lopez 11 -
1
votes1
answer76
viewsQ: Authentication Django allauth
I created a user authentication with Django allauth, works in parts, signup, login, gets saved in admin all right. When I do user registration and password works perfect, but when I fill user, email…
djangoasked Luciano Lopez 11 -
0
votes1
answer43
viewsQ: delete a key from Django’s bank
When I delete this column from the table, Django shows me an error, so I understood this key is stored in the bank, is that it? And to delete not only remove line 57 (marked on image) Finally how do…
djangoasked Luciano Lopez 11