[boardgames] Add lichess importing

This commit is contained in:
2025-01-29 00:04:49 -05:00
parent fd726a125f
commit 9c115c0b65
9 changed files with 215 additions and 39 deletions

View File

@ -30,6 +30,7 @@ class UserProfile(TimeStampedModel):
archivebox_url = models.CharField(max_length=255, **BNULL)
bgg_username = models.CharField(max_length=255, **BNULL)
lichess_username = models.CharField(max_length=255, **BNULL)
todoist_auth_key = EncryptedField(**BNULL)
todoist_state = EncryptedField(**BNULL)