Dave Dash

django experiment: day 2 templates, and that's it?

Tagged: spindrop, symfony, django

[tags]django, symfony[/tags]

[Note: This really does have something to do with symfony.]

So I finished the tutorials on Django, but the Django tutorial is nothing compared to the Askeet Advent Calendar. Askeet was 24 one hour tutorials that go in depth to each nook and cranny of symfony, whereas I still feel like there's got to be more to Django.

I get Templating now, and I really like the flexibility offered in Django. The one major difference is the layout structure.

symfony has this nice structure of defining a general layout, and then all following templates automatically inherit from the default layout (unless otherwise specified). Django on the other hand requires you to explicitly extend other layouts and define regions within those layouts.

I've got a lot more to learn with Django, but I am enjoying it so far.

I...