Create database with specific owner in psql
python
CREATE DATABASE databasename WITH OWNER username ENCODING='utf-8';