Hacker News new | ask | show | jobs
by whazor 842 days ago
You would be surprised how far a company can get with a Django admin for customer service or sales teams.
1 comments

Django admin is really extensible. I'm not seeing here how to offer multiple forms against the same model. Eg if a user can edit some of their profile but not the subscription plan field, while a sales team can.

https://github.com/pydantic/FastUI/blob/main/demo/forms.py#L...