hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.5K
active users

Matthias K

@treyhunner For me the template name thing is the best part of GCBVs; I have reimplemented them here for FBVs github.com/matthiask/feincms3/

I find FBVs easier to read when a view e.g. includes a listing and also a form or something. I keep views themselves short by moving functionality into models, forms and utilities, so my opinionated view is that all CBVs do at this point is hide the control flow.

(The series was mentioned on the Python People podcast. Thanks for your thoughts!)

GitHubfeincms3/feincms3/shortcuts.py at main · matthiask/feincms3feincms3 provides additional building blocks on top of django-content-editor and django-tree-queries which make building a page CMS (and also other types of CMS) simpler. - matthiask/feincms3