About Solving PostgreSQL Extension Permission Errors while Running Tests
When trying to run Django unit tests, you might see this error:
1 2 |
|
To fix it, add superuser privilege to your project's database user:
1 2 |
|
Tips and Tricks Dev Ops Development Django 4.2 Django 3.2 Django 2.2 Django 1.11 Django 1.8 PostgreSQL PostGIS