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 81 forks source link

does this support all adminlte components and widgets? #112

Closed bytearchive closed 4 years ago

bytearchive commented 4 years ago

i.e how can I use the adminlte widget inside a django template

oscarmlage commented 4 years ago

No, django-cruds-adminlte does not support all the AdminLTE widgets, only a few... but it's prepared to add all of them!.

I mean for now you can see some widgets (datepicket, timepicker, colorpicker, ckeditor...) already written in widgets.py so feel free to contribute and add the ones you need.

Would be a really awesome PR @bytearchive.