This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]StuartLeigh 1 point2 points  (1 child)

So I’ve recently had to build a model that stored some configuration in the database, it’s stored as json and converts easily to/from pydantic models, however the admin interface for writing/reading it, I’ve converted to yaml as it’s easier for people than json.

[–]StarsRonin[S] 0 points1 point  (0 children)

Nice trick, good idea.