9
django test app error - Errore nella creazione del database di test: autorizzazione negata per la creazione del database
Quando provo a testare qualsiasi app con comando (l'ho notato quando ho provato a distribuire myproject usando fabric, che utilizza questo comando): python manage.py test appname Ottengo questo errore: Creating test database for alias 'default'... Got an error creating the test database: permission denied to create database Type 'yes' if …