Question 1 Lets take a case where I just create a new Django file and create a new app. In this scenario, in the admin part, How do I ensure that the user gets logged out due to inactivity and also when the user closes all the tabs related to the website.
[Im stating this scenario because all the documentations I've read so far seem a little too complex and dont explain to the point. I feel like this would help explain everything easily to a layman like me]
Question 2,
How do I host a website on my personal Lan Network on my IP address in such a way that the other users in my Network would have to enter a link like xyz.com
or something?
[My job requires me to make sure that the users dont have to remember my IP addresses because there are a lot of websites being hosted on the Lan at my work place]