We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.