aboutsummaryrefslogtreecommitdiff
path: root/users/models.py
AgeCommit message (Expand)AuthorFilesLines
2023-05-28Post show view count now, Django session uses redis cacheBobby1-0/+1
2023-04-30Email Verification Update w/ Token ExpirationBobby1-0/+15
2023-04-03Added support for profile blinkieBobby1-0/+1
2022-12-28Registraion function with captcha workingBobby1-7/+0
2022-12-28Added AvatarsBobby1-1/+1
2022-09-05Fixed Captcha StoreBobby1-1/+1
2022-09-05Added captcha to register pageBobby1-0/+7
2022-07-30Added email_verified field to track verified accountsBobby1-0/+1
2022-07-29Account Page with Fetched Information from the databaseBobby1-1/+16
2022-07-20Add users app to control user actions: added login and logoutBobby1-0/+3