Adding a session timeout in Django

preview_player
Показать описание

Adding a session timeout in Django

Video tutorial links:

❤️ | My Patreon:

🎁 | Donations:

💻 | Website:

📑 | Blog:

📢 | Coaching:
Рекомендации по теме
Комментарии
Автор

When it comes to packages in Django, please ensure that you have linked your python interpreter with your virtual environment. To best explain this. Please be sure to check out the following video:

CloudWithDjango
Автор

You are amazing! Thank you for the great tutorial.

sephjvr
Автор

It works. thanks for the explanation its very usefull

andresdemillos
Автор

Great video. One question: May I know what is the use of the library pytz for auto-logout? You only installed this library and did not use it in the tutorial. Thanks.

evanzhang
Автор

Amazing video and thank you for sharing, I was wondering could this be implemented with a Angular frontend and Django rest backend?

wubbb
Автор

Hi, if i need to use the same library, using Django Rest Framework to evaluate inactivity session.? How do that? Thanks for your videos.

christophergonzales
Автор

Your videos are absolutly amazing and helpful. Could please do a video about how to deploy a djnago application using wsgi server and nginx and all the stuff related to this about the network and so on.

AyoubTech
Автор

I need a code for login logout functionality that should calculate time also, help me out plz

ganderamu
Автор

If we want to calculate even session, how should we do that?

ganderamu
Автор

Does it work with multiple window or tab ?

akshaysantoshpatil
Автор

The automatic redirection would not happen without JavaScript I think?

mandeepsingh-lune
Автор

why we have added in the dashboard alone?

vinodreddem
Автор

In my case, although it seems that it tries to go to my login, it is not doing so, when I press it to log out of the app and return to the login, I can see the message there, what would I need to configure to make it work?

mariogaleano
Автор

I have followed same steps, everything same... but session is getting expired, but it is not redirecting to login page... any advice ?

cmonika
Автор

Well then, My error ModuleNotFoundError: No module named 'django_auto_logout'
And yes, the first thing I did was to install the module. Did it again, the Requirement is satisfied, so heck! I don't know.


Edit: After shelling
AttributeError: module 'django_auto_logout' has no attribute 'middleware' so what's up with that?

vashantir
Автор

Isn’t the title a but misleading. Django session framework has a timeout function, one would think the video talks about that.


Nice package though.

nicenaija