Creating Custom Postgres Data Types in Django
We set up database level checks on columns, create new composite data types, register new data types with psycopg2, and take a look at the Django Field class. (more…)
Read more »This is the first technical section in the Modern Django guide. Here we will walk through the setup, installation and creation of a Django project. We will also create a GitHub repository for this… Read more