django test app error – Got an error creating the test database: permission denied to create database When I try to test any app with command (I noticed it when I tried to deploy myproject using fabric, which uses this command): python manage.py test appname I... May 25, 2022 0 Comments