2 echo "Run the following to create/migrate the database:"
3 echo "sudo -u postorius django-admin migrate --pythonpath /usr/share/webapps/postorius/ --settings settings"
7 echo "Run the following to update static files and compress them:"
8 echo "sudo -u postorius django-admin collectstatic --pythonpath /usr/share/webapps/postorius --settings settings"