I’m about to get started on my project with RI. I’ve picked up Python’s new Django framework and have been going through the tutorials the last few days. It looks pretty nice (though I disagree with some architectural agrements, particularly the whole MVC/MTV aspect of things), and I’m hopeful I’ll be able to get the basic site laid out quickly. I already did the data modelling when I was thinking about doing it in ASP .NET, so I’m thinking all I need to do is write my Django models and I should be set.
What’s less clear is how I’m going to be splitting this code up into reusable modules. I have no doubt the Django folks have thought about this, but as with all walkthrough tutorials, the sample app was so simple it didn’t really explore that very well.
Anyway, I’m goin’ in.



0 Responses to “Django time!”