xxxxxxxxxx
python manage.py flush --noinput
# PostgreSQL : Make sure to close database process from "Processes" tab in pgadmin dashboard
# Right click > drop/delete
xxxxxxxxxx
# Don't ask for a confirmation before doing the reset
python ./manage.py reset_db -c --noinput