By lifewithryan
via sudovi.com
Published: May 30 2008 / 17:50
I'm having to learn Django for work so I took the tutorial. These are just my humble first impressions. Overall, I like it but its certainly not at all what I'm used to.
Comments
Gregg Bolinger replied ago:
All blogs should be this good.
Tantalus replied ago:
"By using some regex foo and method calls in the urls.py file, you basically tell Django to give you some default list and show code for your objects. For me this felt really backwards as I'm used to the whole scaffolding idea to produce this effect."
With Rails you generally replace all your scaffolding eventually. Generic views are free crud functionality you can keep around. The auto-admin is more akin to scaffolding except it's much much better.
lifewithryan replied ago:
@Gregg -- Wow...man...thanks :)
@Tantalus -- The rails way feels better for me than the Django way, even though things are usually replaced. The tutorial however, started with you writing all the code and then had you remove it in step 4 of the tutorial. I see what the generic views do, but still...it feels very backward.
Voters For This Link (10)
Voters Against This Link (0)