sudo su postgres psql drop database your_database_name; create database your_database_name with owner user_you_use_in_django; q exit