This commit is contained in:
Kara Engelhardt
2026-07-28 11:30:49 +02:00
parent 1ffdd3bd87
commit ee089f9f2c
4 changed files with 22 additions and 61 deletions
+1 -1
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",)