SmarterBlog
news that matters from smartercode
Developing using Django
December 9th, 2007 by bri
I’ve been waiting for a long time for an opportunity to develop a site using Django, and the opportunity has finally presented itself in the form of redeveloping our own site at smartercode based on a new look and feel.
I’m hoping that the Django framework will make developing the site as easy as promised in their blurb…. As a starter for ten, you can head over to their online book at Djangobook for a great step-by-step guide.
Expect a report at a later date on how the development is progressing!
(Written by Bri)
Tags: development, django
This entry was posted on Sunday, December 9th, 2007 at 8:52 pm and is filed under technical. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
3 Responses to “Developing using Django”
Leave a Reply
Archives
Categories
- @media (1)
- Ajax (2)
- Conference (2)
- east midlands (1)
- geeks (3)
- Javascript (2)
- Local (5)
- meet-up (3)
- operating system (1)
- our sites (1)
- our work (2)
- social (5)
- technical (8)
- Uncategorized (4)

Nigel Byrnes said this On January 18th, 2008 at 10:02 pm ...
bri
How are you getting on with Django development? What benefits you feel it has over (old skool) JSP+Struts development for a transaction ecom site. Also interested if you have any experiences in using it to integrate RESTful webservices.
nigel
bri said this On January 19th, 2008 at 11:38 am ...
The Django development is going really well. I like the fact that you get so much for free “straight out of the box”, for example forms validation and an ORM capability… We were able to reverse engineer an Object Model from an existing database with just a one-line command! Now I’ve worked with other ORM tools, but this really impressed me.
As for JSP+Struts I’ve no real experience in that field so I can’t really comment, but so far I reckon it knocks ASp.Net into a cocked hat!
Will let you know how we get on if we start to integrate webservices…
Paula said this On October 29th, 2008 at 6:52 am ...
Good post.