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 a site is redeployed, migrated, or tuned, site maintainers need hard evidence that every public page still loads quickly and returns the correct status. Siteprobe supplies that evidence in one step: it reads your sitemap.xml, requests each URL in …
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, …