sudo pip3 intsall django django-mathfilters psycopg2 django-static-jquery quantiphy numpy wordcloud stop_wordssudo su - postgrespsqlCREATE DATABASE m3db;CREATE USER geoint WITH PASSWORD 'geoint';ALTER ROLE geoint SET client_encoding TO 'utf8';ALTER ROLE geoint SET default_transaction_isolation TO 'read committed';ALTER ROLE geoint SET timezone TO 'UTC';GRANT ALL PRIVILEGES ON DATABASE m3db TO geoint;\qexitcd m3_webinterface/python3 manage.py makemigrations