Hi Vitor , Glad to see you. I'd like to thank you for the excellent tutorial. I'm a big fan of all your work. Your blog is an amazing achievement. It helped me a lot. I'm very glad to be able to follow you on TH-cam. Once again, Thanks you!
You are amazing Vitor! But I am feeling sad for you as you don't have to many subs, I am worried. I hope you will get subs soon. And keep doing the good work.
Hi Victor, I have a problem with my password reset template and I'm writing the django admin template, my form is in: /registration/password_reset_form.html, how to proceed?
Hey! Vitor its amazing to see you on yt. I am a *noob* I went through your blog's *A Complete Beginner's Guide to Django - Part 7* artical, to deploy my app. With just a single difference, I am trying to host my Django app on Google App Engine. Do i need to install the Supervisor, NGIX on the Google App Engine or they will do it for me automatically. I am not able to figure out how to deploy it on app engine. I can do it on Compute Engine, but that not gonna help me. So please tell me what should i do to deploy my app on GAE
Great tutorial. Thank you. I am getting this error "Reverse for 'password_reset_done' not found. 'password_reset_done' is not a valid view function or pattern name." I've placed all the authentication urls in the registration folder in the accounts app and I have included them in the main urls for the project. I have also created my own templates for the views, I have tried figuring out why I'm getting the error, what could be the problem? (django 2.2)
ResetPasswordView's attribute success_url defaults to reverse_lazy('password_reset_done'), so if you are using this view in "registration" namespace, you need to specify it like so reverse_lazy('registration:password_reset_done')
Hi Vitor , Glad to see you. while resetting the password, i am getting error like "AttributeError: module 'django.contrib.auth.views' has no attribute 'password_reset' ". i'm using 3.0 version. is it no longer support for 3.0 version in django?
Funny. When do the exact same thing, I get something very different: python3 manage.py sendtestemail usage: manage.py sendtestemail [-h] [--managers] [--admins] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--force-color] [--skip-checks] [email [email ...]] manage.py sendtestemail: error: You must specify some email recipients, or pass the --managers or --admin options.
Your face is blocking the version number on the Django documentation you were viewing. Would be more reassuring to see that as sometimes it's important!
Good to see you here man. I always go to your blog whenever I need some help. This TH-cam channel will be very helpful.
Excellent! Thank you very much for putting the time in to show us, both your videos and your website explanations are splendid!
It is amazing the way you make it look easy. Thanks for your content, it's priceless!
Excellent tutorials Victor. Thank you so much ! Very happy to be the 100th liker of this video :-)
Hi Vitor , Glad to see you.
I'd like to thank you for the excellent tutorial. I'm a big fan of all your work. Your blog is an amazing achievement. It helped me a lot.
I'm very glad to be able to follow you on TH-cam.
Once again, Thanks you!
Thanks. Most of the time, I read from your blog. That is really helpful. But now these practical vedios, will help more to understand the flow...
I'm getting confident watching your content. Password reset functionality used to intimidate me.
You are amazing Vitor! But I am feeling sad for you as you don't have to many subs, I am worried. I hope you will get subs soon. And keep doing the good work.
Hi Victor, I have a problem with my password reset template and I'm writing the django admin template, my form is in: /registration/password_reset_form.html, how to proceed?
Resolved.
How do you resolve it ? every time that i click Forgot passwrod it goe's to admin page?
@@joseronaldo501 how do you resolve it???
@@sidrasafdar7325 You need to re arrange the installed_apps in django settings.Put the django.contrib.auth and admin after your installed apps.
Show! Vitor Freitas, vi em seu blog que você é brasileiro, obrigado me ajudou muito! Sucesso!
Hey! Vitor its amazing to see you on yt.
I am a *noob*
I went through your blog's *A Complete Beginner's Guide to Django - Part 7* artical, to deploy my app.
With just a single difference, I am trying to host my Django app on Google App Engine. Do i need to install the Supervisor, NGIX on the Google App Engine or they will do it for me automatically. I am not able to figure out how to deploy it on app engine. I can do it on Compute Engine, but that not gonna help me.
So please tell me what should i do to deploy my app on GAE
Hi Victor.
I have a issue.
The password reset email that django sends is a so ugly.
So, how to send a beautiful HTML template as password reset email?
Great tutorial. Thank you.
I am getting this error "Reverse for 'password_reset_done' not found. 'password_reset_done' is not a valid view function or pattern name." I've placed all the authentication urls in the registration folder in the accounts app
and I have included them in the main urls for the project. I have also created my own templates for the views,
I have tried figuring out why I'm getting the error, what could be the problem? (django 2.2)
ResetPasswordView's attribute success_url defaults to reverse_lazy('password_reset_done'), so if you are using this view in "registration" namespace, you need to specify it like so reverse_lazy('registration:password_reset_done')
the best tutorial ever, i wonder are you brazilian as well???
The password_reset_form show up the password reset admin form
Excellent jobs. Thank you so much for all.
Hi Vitor , Glad to see you.
while resetting the password, i am getting error like "AttributeError: module 'django.contrib.auth.views' has no attribute 'password_reset' ". i'm using 3.0 version. is it no longer support for 3.0 version in django?
Perfect Video!! Tnhx
Funny. When do the exact same thing, I get something very different:
python3 manage.py sendtestemail
usage: manage.py sendtestemail [-h] [--managers] [--admins] [--version]
[-v {0,1,2,3}] [--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color] [--force-color] [--skip-checks]
[email [email ...]]
manage.py sendtestemail: error: You must specify some email recipients, or pass the --managers or --admin options.
Why I am getting sad and sad as this video progresses to its end! :-(
excellent way
django authentication system
Your face is blocking the version number on the Django documentation you were viewing. Would be more reassuring to see that as sometimes it's important!
Thanks