We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CREATE DATABASE miot; CREATE EXTENSION postgis; GRANT ALL PRVILEGES ON DATABASE miot TO miotuser;
python manage.py migrate python manage.py makemigrations miot python manage.py migrate