We all love Django — a simple but powerful framework. However, Ruby on Rails has at least one (and few others I’m sure!) advantage: scaffolding. It allows developers…
Read moreLatest
I teach a course on entrepreneurship at Stanford, and one of the things I drill into my students' heads is "Ideas are cheap; execution is hard". It's a…
Read moreSome projects require a MSSQL database (either legacy or for other reasons). Unfortunately Django doesn't officially support this database (yet). In this tutorial we will show how to…
Read moreThe Python/Django duet is fantastic, everyone knows that. However it can be even more awesome with these apps: 1. South This is an intelligent schema and data migration…
Read moreWe all know that mobile devices and tablet computers are experiencing explosive growth right now. So how do you make sure that a new website today looks as…
Read moreWhen building nearly every application in Django there comes a time where you want to associate more information with a user then just the built in ones. Django lets you as…
Read more