Move profile and settings into the new unified dashboard, showing user info in one place
This commit is contained in:
parent
2d826734a0
commit
7edefe23c3
37 changed files with 726 additions and 500 deletions
|
|
@ -17,6 +17,7 @@ class CustomUser(AbstractUser):
|
|||
verbose_name="Show Friend Code on Link Previews",
|
||||
help_text="This will primarily affect share link previews on X, Discord, etc."
|
||||
)
|
||||
reputation_score = models.PositiveIntegerField(default=0)
|
||||
|
||||
def __str__(self):
|
||||
return self.email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue