django_nginx_proxy
Quickstart
To develop locally I'm using docker + docker compose. First make sure that you installed docker by following these instructions: link. Then run this command to run server & apply migrations.:
$ make build $ make run $ make migrate