markwalker on Nostr: Has anybody ever tackled having to provide part of their database schema to a client? ...
Has anybody ever tackled having to provide part of their database schema to a client? I think we have someone wondering what data we have and if they could make use of it.
A sql schema is too technical. So now I'm pondering a management command. Maybe with a custom model meta attribute to define fields that in-turn extracts help text.
But curious if there's already tools or approaches that might help.
#Django
A sql schema is too technical. So now I'm pondering a management command. Maybe with a custom model meta attribute to define fields that in-turn extracts help text.
But curious if there's already tools or approaches that might help.
#Django