3 min read
Some 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 moreLatest
Some 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 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