amerkurev / django-docker-template

Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)
https://django-docker.dev
MIT License
169 stars 33 forks source link

Workflow improvements #3

Closed shariq1989 closed 1 year ago

shariq1989 commented 1 year ago
shariq1989 commented 1 year ago

I made the changes as requested. PyCharm was also yelling at me about the missing indentation under numbered lists so I applied those. Pleasure working with you.

shariq1989 commented 1 year ago

I've reverted the indentation. PyCharm says "Item is not correctly numbered. Expected item number 1, but got 3" for each number after 1 because the content within needs to be indented.

https://stackoverflow.com/a/18089124