Programmers prefer different types of coding styles.
Sometimes I think that it is strange to use class names LikeThis and field/method names like_this.
What is your opinion? Use CaptionNames or underscore_names to delelop websites powered with Django?
As Django code is Python code, PEP 8 is the default way to go.