## how to set up postgis use [docker-postgis](https://github.com/kartoza/docker-postgis) #### setting docker-postgis to use django unit testing 1. get into the running docker shell 2. open postgresql client as postgres user (you have to do this from the command line in the container as you cannot do it remotely) 3. ALTER ROLE \ SUPERUSER; 4. set \ as admin now the admin can run the tests `sudo docker exec -it minyanfinder_development_db bash`