Installing Postgres Extensions with Django Migrations.
It’s possible to create Postgres extensions without having to log into your database and run it manually. The same task can even be more daunting if you have to do it the Docker way. Django makes it way easier with database migration operations. This...
Apr 26, 20232 min read342
