Alexandre M Jacques

Yet another blog about general thoughts and programming. Mostly Python and Django.

python
Image Description

Django + Unpoly - The tutorial - Part 1

Most of the systems I build are CRUDs. Unpoly make them feel like SPAs. That's it.

django python unpoly tutorial featured
Image Description

Django: overriding save() just on new objects

Sometimes you need to make Django behave a little different . This is one of these situations.

django python featured tutorial
Image Description

Django + Tailwind setup

My approach to make Django and Tailwind CSS work together nicely.

django python tutorial
Image Description

Override Django 4 template form widgets

Trying to get rid of Crispy Forms

django python tutorial
Image Description

Why I use Django services layer

Against all advices, I still use it.

django python cookbook