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.
CC BY-SA 2.0 by Patryk Zawadzki
Misc • Jun 15, 2015 •
Article image:

CC BY-SA 2.0 by Patryk Zawadzki

2015’s DjangoCon Europe edition with 350 attendees took place in the beautiful city of Cardiff, Wales, UK.
CC BY 2.0 by Kevin Dooley
Misc • Apr 11, 2015 •
Article image:

CC BY 2.0 by Kevin Dooley

It has been 5 months that I wrote something on my blog. I still remember the time writing the article. On my way to Django: Under The Hood 2014. And shortly...
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...
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.
CC BY 2.0 by Kevin Dooley
Misc • Apr 11, 2015 •
Article image:

CC BY 2.0 by Kevin Dooley

It has been 5 months that I wrote something on my blog. I still remember the time writing the article. On my way to Django: Under The Hood 2014. And shortly...
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 #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.
CC BY-SA 2.0 by Patryk Zawadzki
Misc • Jun 15, 2015 •
Article image:

CC BY-SA 2.0 by Patryk Zawadzki

2015’s DjangoCon Europe edition with 350 attendees took place in the beautiful city of Cardiff, Wales, UK.
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 #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.
CC BY 2.0 by Kevin Dooley
Misc • Apr 11, 2015 •
Article image:

CC BY 2.0 by Kevin Dooley

It has been 5 months that I wrote something on my blog. I still remember the time writing the article. On my way to Django: Under The Hood 2014. And shortly...
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 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 #3
Development • Apr 04, 2016 •
This recipe shows how to rename an app that does not have any incoming dependencies.
CC BY-SA 2.0 by Patryk Zawadzki
Misc • Jun 15, 2015 •
Article image:

CC BY-SA 2.0 by Patryk Zawadzki

2015’s DjangoCon Europe edition with 350 attendees took place in the beautiful city of Cardiff, Wales, UK.
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...