Python / Django Framework

Status
Not open for further replies.

Emilian F.

Banned
May 16, 2007
19
0
0
Recently I've been getting into the Django framework and I am loving it so far: much faster develpment than PHP (for the things I know how to do), clean, and it makes programming FUN again.

Any other Django users here?
Would love to hear what you have to say about it.
 


I played with it a bit a few weeks ago. It was fun, and I'm planing to spend some more time with it later.

I felt the same way you do when I switched to ruby and rails programming. Since time is the one thing I lack these days anything to speed me up is good.
 
I never got too much into RoR.

One problem with Django is that you can't update the models. If you want to update a field, you can't just add it in, and then run the syncdb script. You have to do it manually through phpmyadmin/mysql admin, and then add it in.

Kinda sucks. I was hoping to be able to adjust the models on the fly, run syncdb and be good to go.

Hopefully they will add that functionality in the future.

BTW, the URLS file simply rocks!!
 
Status
Not open for further replies.