issues
search
natea
/
django-deployer
Deployment tool for Django that automatically generates the configuration to deploy your project to various PaaS providers.
http://natea.github.io/django-deployer
MIT License
150
stars
19
forks
source link
Support Heroku
#12
Open
natea
opened
11 years ago
natea
commented
11 years ago
Doesn't use a YAML file.
Uses a Procfile. Recommended way is to use gunicorn.
Doesn't have a postinstall type script but requires running "heroku run" to execute these commands
Doesn't provide a way to persist data, so you have to use Amazon S3 to serve static assets and uploaded media