bottle-admin
bottle-admin copied to clipboard
Simple and extensible administrative interface framework for Bottle
just like django-admin it would be nice to have a ModelAdmin class to change the behaviour of how bottle admin displays the models pages
Store all changes made within the models using bottle admin. Create a table in the database and for each change add a row.
e.g. - a input created to a datetime should have a javascript datepicker to make it easier to fill - foreign key should be a combobox () containg all the...
Create an adapter for SQL support (mongodb initially) and relational We can place this adapter inside the bottle-boilerplate (cookiecutter-bottle)