asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Get CRUD name from Django model #74

Closed flaiming closed 3 years ago

flaiming commented 3 years ago

I needed to change display name of Crud and only way I found was to modify template. But why is not the name of Crud taken directly from Django model verbose_name (plural)? This way there is no need to somehow generate it on Crudbuilder side.