profile weaver options

COOL PROFILE

x x x x x x x x x


<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)
badge_icon
Weeklies Season 1 First Place
badge_icon
Weeklies Season 2 First Place
badge_icon
Halloween 2020
badge_icon
Yuletide 2020
badge_icon
Only Connect 2021 Creator
badge_icon
Only Connect June 22 Participant

1 created puzzle

the trial 12 ♡

2 completed puzzles

1 active puzzle

■すくえあ test test test test