COOL PROFILE
<script>alert(1)</script>
👁️👄👁️
class User(AbstractUser):
username = models.CharField(
_('username'),
max_length=150,
unique=True,
help_text=_('Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.'),
validators=username_validators,
error_messages={
'unique': _("A user with that username already exists."),
},
)
uuid = models.UUIDField(default=uuid.uuid4, db_index=True, editable=False)
badges = models.ManyToManyField(Badge, related_name='users', blank=True)
colour = models.ForeignKey(Colour, on_delete=models.SET_NULL, null=True, blank=True)
about_me = MarkdownxField(null=True, blank=True)
banner = models.ImageField(upload_to='user_banners', null=True, blank=True)
def __str__(self):
return self.username
def render_about_me(self):
return markdownify(self.about_me)
Weeklies Season 1 First Place
Weeklies Season 2 First Place
Halloween 2020
Yuletide 2020
Only Connect 2021 Creator
Only Connect June 22 Participant
1 created puzzle
the trial | 12 ♡ |
2 completed puzzles
Cipher: Crack the Code | good |
Notpron | bad |
1 active puzzle
■すくえあ | test test test test |