I am pulling a name from a database which is stored as myname
. How do I display this inside a Django template as Myname
, with the first letter being in uppercase.
Using Django built-in template filter called title
{{ "myname"|title }}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With