Django admin is quite an awesome tool but very stack specific. If you don't use Django, I have open source [1] a tool that takes another approach which is to query the DB schema directly so people can fill up form and follow along the different foreign keys of the db. An example of this approach can be seen there: https://demo.filestash.app/login?type=mysql&host=88.99.185.5... which is using a sample DB [2]
Comments
Django admin is quite an awesome tool but very stack specific. If you don't use Django, I have open source [1] a tool that takes another approach which is to query the DB schema directly so people can fill up form and follow along the different foreign keys of the db. An example of this approach can be seen there: https://demo.filestash.app/login?type=mysql&host=88.99.185.5... which is using a sample DB [2]
[1] https://github.com/mickael-kerjean/filestash
[2] https://www.mysqltutorial.org/mysql-sample-database.aspx
This is a good project. Thank you.