I'm new to Django and Python, and after a lot of reading, I decided not to use global functions as representations (perhaps because I'm not used to global functions, but mainly because I want a better level of reuse and prefer to have smaller blocks code). The problem is that most of the Django applications I tested do not use a class based approach.
Is it because I'm checking the code in the wrong places (I started with the Django tutorial and then on github)?
I ask about this because in the future I hope to work with a large number of Django programmers and do not want to take a non-standard approach in the beginning.
python django django-class-based-views
Demian
source share