Your views are your largest files, that’s very interesting. Right now, my views are about the same size as my models. I guess I had assumed that because of the widely preached practice of “slim views fat models”, that views.py
would be smaller than models.py
in most projects. I believe combining views and forms still might make sense when they’re still small (when combined), which Carlton mentioned in his talk.
With all of those files in most apps, it seems I need to get better at juggling files, but that comes with time and reps I’m sure. Bouncing between files is already far less disorienting/frustrating than it used to be when I was first learning Django.
Thank you for a window into the world Ken! It has opened my eyes and I have learned quite a lot. I really appreciate the time you spent opening my eyes. Very cool!