If you're in Omaha this Thursday, and you're interested in Python come join us for our monthly meetup (meetu.ps/e/Gt2Qq/yPqlL/f) to learn more about #Agile and building a #Django app in #docker!
@OmahaPython Good idea! cookiecutter-django has dev and production docker (compose) configs w/: Django, postgres, celery{worker, beat, flower}, redis, mailhog, node, and traefik for load balancing and LetsEncrypt.
local.yml:
github.com/pydanny/cookie…
production.yml:
github.com/pydanny/cookie…