oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 82 forks source link

List View #50

Closed fjbardelli closed 6 years ago

fjbardelli commented 6 years ago

Is it possible to create a custom template for a list view and add actions?

luisza commented 6 years ago

Sure, see

http://django-cruds-adminlte.readthedocs.io/en/latest/usage.html#overwrite-templates

fjbardelli commented 6 years ago

Thanks