Martin is an active member and contributor to the Django community where he is mostly known as bartTC. It's likely that you have stumbled over one of his apps or snippets. Besides coding, Martin also has a passion for design and user interaction.
He is a board member of the German Django Association whose goal is to spread the usage of Django in german-speaking countries.
Martin's background includes over ten years of web development and design including several years addicted to Django.
When building Django applications that rely on permissions and roles, the
auth.Group
model becomes an essential part of your authentication strategy. But one common pitfall developers face is forgetting to ensure required groups exist, leading to runtime errors, permission issues, …