Mistakes I Made Writing a Django App (and How I Fixed Them)

I recently announced the release of a project I’ve been working on for a few months. The project is called Lintly. It is a continuous……

Similar

Building a Django driver for Psycopg 3

One of the goals of the Psycopg 3 project is to make easy to port code developed from Psycopg 2. For this reason the creation of a Django backend (the module you specify in the settings as your database ENGINE) was a project with a double goal: (more…)

Read more »