Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Jon Gales is a Django/Python developer and he has recently posted instructions on how to enable Zendesk remote authentication with Django.
Jon writes on his blog:
“I had a pleasant time yesterday hooking Zendesk into an existing Django site. Their API has a hook for remote authentication which is a lot easier than their chart makes it look. Actually it was accomplished in only a couple lines of Python. [...] To the user it’s all transparent. Kudos to Zendesk on making it so easy.”
Thanks to Jon for sharing and good luck and have fun to all Django developers out there. You can read more on the Zendesk Remote Authentication API in our developer section.