You are here |
solovyov.net | ||
| | | |
www.danillouz.dev
|
|
| | | | Learning about the SQLite Command Line Interface. | |
| | | |
postgresql.verite.pro
|
|
| | | | A versioning bug in the ICU 73 release might affect people that use ICU collations with Postgres. Let's explain the issue and see what to do about it. | |
| | | |
andreas.scherbaum.la
|
|
| | | | In September 2021, a patch for the upcoming PostgreSQL version 15 was committed which introduces a visible change for users: the 'CREATE' privilege for the 'public' schema is no longer set by default. | |
| | | |
epicserve.com
|
|
| | I was working on my Django Base Site project when I discovered a test was failing in a GitHub Action when trying to run Django's collectstatic manager command. It was failing in Python with the error, PermissionError: [Errno 13] Permission denied: '/srv/app/collected_static'. |