cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.98k stars 2.88k forks source link

Support Matrix #1052

Open jayfk opened 7 years ago

jayfk commented 7 years ago

Cookiecutter Django is loaded with features. Not all of them work on every environment out of the box, or we don't have docs for it.

It'd great if we had a matrix that shows what feature is supported on what environment:

Development

Vanilla Python (mac) Vanilla Python (Linux) Vanilla Python (windows) Docker (mac) Docker (windows) Docker (Linux)
postgres
mailhog
grunt
gulp
pycharm

Production

Ubuntu Docker Heroku Elastic Beanstalk Python Anywhere
postgres
redis
celery
grunt
gulp
whitenoise
static files
lets encrypt
compressor

Is someone able to help out and fill (parts) of this matrix?

browniebroke commented 7 years ago

For what it's worth, on Heroku:

webyneter commented 7 years ago

@jayfk this one will be at the top of my priority list by the end of this week, I hope.

jayfk commented 7 years ago

Nice, it'd so great to have this.