sequelize-admin
sequelize-admin copied to clipboard
[Feature Request] Define what model attributes to show in table and edit/view list
Similar to how Django admin allows for only a select number of attributes in the table and edit/view.
I am in great need for an admin panel for Sequelize so I will be contributing to this subproject in the future.
this would rock hard! I'm open to any pull request :) btw. is the admin panel already working for you?
i experienced some issues with editing the instances. guess i will be able to continue work next week
I eventually got it working. I am using a Sequelize module loader I ripped from some github snippet. It automatically loads all the models I put in a folder. This caused issues with your admin script, so I had to rewrite the loader.