your stuffs

search

badges

RSS Feed Atom feed check my xhtml check my css spread firefox made by pobk A Django powered site

legal schpeil

Creative Commons License
This work is licensed under a Creative Commons Attribution - NonCommercial - ShareAlike 2.0 License.

blog archive for Friday September 1st2006

Friday September 1 September 2006

Django modeling crazyness

Growl - sometimes I hate frameworks...

Django is a real breath of fresh air sometimes. Then again, sometimes it can be a pain in the arse.

Django has been written so that it’s really quite flexible in terms of development and RAD. I can put an application together in relativly little time in terms of administration and templating, although it’s modeling is somewhat rigid. As it has a somewhat loose adherance to the MVC pattern, it currently has no way of linking variables outside of the model to the model itself.

This is good in principal, although it should be flexible enough to allow ...

Posted by Richard on Wed September 27th 2006 at 6:14 p.m. |