Django: First Impressions
Posted by jason on May 5, 2011, 10:42 a.m.
Well, I recently dove back into Django development. I wrote this site from scratch using Django, and wow, is it ever easy to do things.
The learning curve is a little steep: creating a simple page requires you to add a few line of code in a few different files. Once you know what and where to code things, you're laughing. I love the Django admin app that takes a HUGE pain out of web development--namely, an administration area with forms and validation.