It's a very simple blog created to test some libs which works with django and pratice some django and docker, docker compose.
- create a copy of .env.dev and name it as: .env
- run the following command: docker compose up -d
- obs: notice that we use boot.sh that runs migrations right after web container is up.
- [] Improve blog's design
- [] create tests for views
- [] copy search bar to homepage