This commit is contained in:
Kara Engelhardt
2026-03-26 11:10:48 +01:00
parent 89551b5ee5
commit 7c938f1da1
4 changed files with 22 additions and 61 deletions

View File

@@ -37,7 +37,7 @@ class WalletLayout(LoggedModel):
)
platform = models.CharField(max_length=10)
style = models.CharField(max_length=255)
layout = models.TextField()
layout = models.JSONField()
class Meta:
ordering = ("name",)