Skip to content
Dom Ducommun edited this page Jun 1, 2017 · 2 revisions
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
Clone this wiki locally