There was an error while loading. Please reload this page.
DROP DATABASE datame;
CREATE DATABASE datame;
python mysite/manage.py makemigrations
python mysite/manage.py migrate
python mysite/manage.py createsuperuser
Keep in mind that your "datameuser" is kept and is not required to fix it.