This is a tutorial for Django with Postgres database with Docker/Docker Compose.
To run the project please execute following commands:
git clone https://github.com/KenanBek/tutorial-django-postgres-docker-compose.git
cd tutorial-django-postgres-docker-compose
docker-compose build
docker-compose up