This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-confirm-briq
Watch
6
Star
0
Fork
You've already forked django-admin-confirm-briq
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
975f40c16f
django-admin-confirm-briq
/
admin_confirm
/
utils.py
3 lines
92 B
Python
Raw
Blame
History
def
snake_to_title_case
(
string
:
str
)
-
>
str
:
return
"
"
.
join
(
string
.
split
(
"
_
"
)
)
.
title
(
)
Reference in New Issue
View Git Blame
Copy Permalink