WIP: use api

This commit is contained in:
Kara Engelhardt
2026-08-11 09:54:14 +02:00
parent 4f1e9f7e2a
commit 9e7e36055a
12 changed files with 299 additions and 201 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.JSONField()
layout = models.JSONField(default={})
class Meta:
ordering = ("name",)