Our Blog

Thoughts, announcements and tutorials.

Projects in VirtualEnvWrapper

Learn how to use VirtualEnvWrapper's mkproject command for an efficient project setup.

Solved: Permission-not-found error in data-migrations

Learn how to fix the permission-not-found error in data migrations after resetting your Django app's database.

Django Beginners: How to ask for help?

Learn how to ask for help in online communities as a Django developer without being perceived as lazy.

Django Developers Guild – Jan '23 summary

Here's a summary of the key takeaways from the January event.

Dockerise a Django application - Part 7

Learn how to set up a Mailhog SMTP container to handle all emails from your Django app.

Dockerise a Django application - Part 6

Learn how to set up a Postgres container and connect to your Django app.

Dockerise a Django application - Part 5

Learn how to debug your containerised Django application from the Visual Studio Code editor.

Dockerise a Django application - Part 4

Learn how to containerise your application and set up the Visual Studio Code editor for development.

Dockerise a Django application - Part 3

Learn how to abstract deployment-specific settings into ENV vars based on the 12-factor principle.