This is the repository used for my blog post Dockerfile deployment for speedy deploys with Dokku.
- Django for the web framework
- Gunicorn for the server
- django-environ to 12-factor the app
- pip-tools for more organized package management
- ManifestStaticFilesStorage is used as the staticfiles storage
- Gulp configured with the
gulpfile.js
from Mike Street