Django it is

As mentioned in my prior post, I have been looking into Django, the “Web framework for perfectionists with deadlines.” It appears to be a very handy way to ease the creation of the back end of my web interface. I haven’t checked out the performance, but I’m not really concerned overly much with how fast the web requests are handled. My real concern with performance has always been the ticker, which needs to get its job done as quickly as possible so the players can continue using the web interface.

In any case, for those of you who haven’t heard of it, Django is a python based web framework that attempts to speed up development (and simplify it). From what I’ve seen so far today, it certainly has that potential. It makes working with data from a database simplistic, as well as providing management tools for whoever will be administrating the data. Plus, I get to learn something new. ;)

0 Responses to “Django it is”


Comments are currently closed.