* `.gitignore` to keep your VCS clean; * `.dockerignore` to keep your Docker images clean; * `make clean` to get rid of `__pycache__` files when you need that; * No need to install `django-postgres-readonly` anymore.
1.0.2
- 4db915f1c17c034aa520036b9849c088f7eaef2b Change shebang path to `python3`