I want users on the site to be able to download files whose paths are obscured so they cannot be directly downloaded. For instance, I’d like the URL to...
What’s the best way to extend the User model (bundled with Django’s authentication app) with custom fields? I would also possibly like to use the email as the username...