Post archive for August 2008

Creating a basic API with Django

2008 August 11

Creating a simple public API for you site is a lot easier than you may think with Django. You're basically just creating another view and serving it as XML or JSON instead of HTML.