Hacker News new | ask | show | jobs
by mickael-kerjean 1600 days ago
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

1 comments

This is a good project. Thank you.