Creating Blog User Logins With Authentication - Django Blog #9

preview_player
Показать описание
In this video we'll use the Django User Authentication system to set up Login and Registration for our Blog.

Django comes with a user authentication system built into it that we can tap into. That makes allowing people to register for our site, login, and logout incredibly easy. I'll show you how to do it all in this video...
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Django Blog Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:

Codemycom
Автор

Writing code is a skill, but explanation is art. Thank you!

leosoltys
Автор

So what we learned here is that it was definitely Monday that day lool
great tutorial

shehsuteuwhe
Автор

15:11, it was something I really didn't expect ;)

saidsaid-nnqk
Автор

15:10 hahahah like WTF was that dude hahahaha XDDD epic ^^ gr8 tut btw

nabukodosonorogi
Автор

Thank you sir!
All your tutorials are good, able to follow!!

arunkr
Автор

I am getting User Register view is missing queryset .define UserRegisterView.Model, UserRegisterView.Queryset or override template error sir why??

gouthamgoutham
Автор

Hi John. First of all, thanks for uploading these tutorials, they're amazing!
Secondly, I have a doubt about User Authentication. By implementing these features, will ANYONE be able to register and make posts if I decide to publish the blog online? Because i don't want that. In fact, I'd like to be the only one who's able to post. Should I follow these two videos anyway or can I skip them? Did I misunderstand the concept?
Thanks in advance.

Luca-sqhl
Автор

Hi everyone and thank you about all of your content you provide us and i have a demand if you will explain for us Internationalization and localization in django because there's no more resources which deal with this topic with good little projects.

abdelazizbarda
Автор

As soon as I add 'members' to the settings.py, my server crashes. Anyone with the same issue?

ivodimitrov
Автор

How can we add more fields to register or login page? Like if we want the user to enter his email or something?

ashutoshrai
Автор

sir what is diff between reverse vs reverse_lazy

vishalmishra
Автор

Hi, a little guidance here please, if you can.
I am trying to use my own custom 'register form' instead of the django inbuit one. Problem I have is how to import the UserRegister class from the MEMBERS APP into FORMS.PY in the theblog app. I have tried usng the following:
from theblog.members.models import SignUp
AND ALSO
from members.models import SignUp
But both are giving the errors:
ModuleNotFoundError: No module named 'theblog.members.forms'
and
ModuleNotFoundError: No module named 'members.forms'


Not much help coming in from stackoverflow.


Thanks!

dundumwezi
Автор

TemplateDoesNotExist at /members/login/
what can i do now?

marz
Автор

I follow your video and tried to do the same but get an error message " ModuleNotFoundError: No module named 'django, contrib' .. any suggestion how to solve this issue?

suvaslamichane
Автор

Great content! How this task can be implemented by using OAuth V2?

chris-fran
Автор

Hi John! I'm trying to add an extra FIELD in the forms.py not on the model. How do I render the options on the template html manually without using the {{form.as_p}}?
class
gender_options = [('M', 'Male'), ('F', 'Female')]
gender = forms.CharField(max_length=1,

xtiandyc
Автор

Sir is it possible to link html pages from one app to another in django???

The login and signup part of my project is in a different app.

pritamdebnath
Автор

ImproperlyConfigured at /members/register/
No URL to redirect to. Either provide a url or define a get_absolute_url method on the Model.
I did everything as in the video, what's the problem

cgisrsd
Автор

your teaching skills are awesome, just wondering in 49$ deal will i get your new courses as well? as i do not see pandas tutorial on the website.

ecsuae