Django request doesn’t save the logged in user
So I’m starting to learn Django authentication.
So I’m starting to learn Django authentication.
I want users on the site to be able to download files whose paths are obscured so they cannot be directly downloaded.
I want django to authenticate users via email, not via usernames. One way can be providing email value as username value, but I dont want that. Reason being, I’ve a url /profile/<username>/, hence I cannot have a url /profile/[email protected]/.
I created a custom group in Django’s admin site.