Django Migrations Recipe #1
Development • Apr 04, 2016 •
This recipe shows how one can optimize a migration Django creates.
Django Migrations Recipe #2
Development • Apr 04, 2016 •
This recipe shows how one can add a non-nullable column to a table with already existing data.
Django Migrations Recipe #3
Development • Apr 04, 2016 •
This recipe shows how to rename an app that does not have any incoming dependencies.
Don’t be afraid of writing migrations
Development • Apr 04, 2016 •
Django migrations are complex. They do a lot for you but sometimes you need to tell ‘em how to do things. There’s no reason to be afraid of that, though.
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Update: The Necessity of Configuration and System Management Tools
Development • Aug 01, 2015 •
Over the last months I wrote my Master’s Thesis which I’m publishing with this post.
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...
Django file and memory mail back-end for tests
Development • Sep 15, 2014 •
Whenever you write unit or integration tests for your Django application that involves sending mails, you end up with the LocMem mail back-end as a default...
Using Elasticsearch as Relational Data Storage
This blog post is about a university project Alex and I have been developing over the last months as part of our Master studies using AngularJS and Elasticsearch.
Django Migrations Recipe #1
Development • Apr 04, 2016 •
This recipe shows how one can optimize a migration Django creates.
Django Migrations Recipe #3
Development • Apr 04, 2016 •
This recipe shows how to rename an app that does not have any incoming dependencies.
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...
Using Elasticsearch as Relational Data Storage
This blog post is about a university project Alex and I have been developing over the last months as part of our Master studies using AngularJS and Elasticsearch.
Django Migrations Recipe #2
Development • Apr 04, 2016 •
This recipe shows how one can add a non-nullable column to a table with already existing data.
Don’t be afraid of writing migrations
Development • Apr 04, 2016 •
Django migrations are complex. They do a lot for you but sometimes you need to tell ‘em how to do things. There’s no reason to be afraid of that, though.
Update: The Necessity of Configuration and System Management Tools
Development • Aug 01, 2015 •
Over the last months I wrote my Master’s Thesis which I’m publishing with this post.
Django file and memory mail back-end for tests
Development • Sep 15, 2014 •
Whenever you write unit or integration tests for your Django application that involves sending mails, you end up with the LocMem mail back-end as a default...
Django Migrations Recipe #1
Development • Apr 04, 2016 •
This recipe shows how one can optimize a migration Django creates.
Don’t be afraid of writing migrations
Development • Apr 04, 2016 •
Django migrations are complex. They do a lot for you but sometimes you need to tell ‘em how to do things. There’s no reason to be afraid of that, though.
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...
Django Migrations Recipe #2
Development • Apr 04, 2016 •
This recipe shows how one can add a non-nullable column to a table with already existing data.
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Django file and memory mail back-end for tests
Development • Sep 15, 2014 •
Whenever you write unit or integration tests for your Django application that involves sending mails, you end up with the LocMem mail back-end as a default...
Django Migrations Recipe #3
Development • Apr 04, 2016 •
This recipe shows how to rename an app that does not have any incoming dependencies.
Update: The Necessity of Configuration and System Management Tools
Development • Aug 01, 2015 •
Over the last months I wrote my Master’s Thesis which I’m publishing with this post.
Using Elasticsearch as Relational Data Storage
This blog post is about a university project Alex and I have been developing over the last months as part of our Master studies using AngularJS and Elasticsearch.