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

Can the form customize the Name of a field? For example, one of the fields in my model is Name. I want him to call another name, such as: YourName #113

Closed WOSHIliuhailong closed 4 years ago

WOSHIliuhailong commented 4 years ago

Can the form customize the Name of a field? For example, one of the fields in my model is Name. I want him to call another name, such as: YourName

oscarmlage commented 4 years ago

In the model definition you can change the verbose_name attribute.