Options.verbose_name
A human-readable name for the object, singular:
1 | verbose_name = "pizza" |
If this isn’t given, Django will use a munged version of the class name: CamelCase
becomes camel case
.
Options.verbose_name
A human-readable name for the object, singular:
1 | verbose_name = "pizza" |
If this isn’t given, Django will use a munged version of the class name: CamelCase
becomes camel case
.
Designed by : w10schools
service@w10schools.com
Please login to continue.