Luiz Menezes

Results 22 issues of Luiz Menezes

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...

For example, I can't create the following subclass to use "internally" for my models: ```python from simple_model import to_dict, Model class AsDictModel(Model): def as_dict(self): self.validate() return to_dict(self) ``` When running...

I'll perform some other tests, but I think that's pretty much all there is for retrying. I re-implemented the retry because I didn't find any good lib. The ones I...

Similar to Meetup [1], but using Eventbrite API. [1] https://github.com/lamenezes/certificator/tree/master/certificator/meetup

Currently it's only possible to use the `certificator` command to generate certificate for meetup events. It would be nice to have something as: ```sh $ certificator --meta my_meta.json --data my_data.csv...