cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Support Matrix

Open jayfk opened this issue 8 years ago • 3 comments

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?

jayfk avatar Feb 25 '17 13:02 jayfk

For what it's worth, on Heroku:

  • Postgres: Need to provision Postgres add-on on Heroku
  • Whitenoise: Yes
  • Letsencrypt: Not needed, Heroku has Auto cert management built-in
  • Compressor: Not working currently, see https://github.com/django-compressor/django-compressor/issues/486 and the error I pasted in https://github.com/pydanny/cookiecutter-django/pull/1269

browniebroke avatar Aug 01 '17 23:08 browniebroke

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

webyneter avatar Aug 07 '17 18:08 webyneter

Nice, it'd so great to have this.

jayfk avatar Aug 07 '17 18:08 jayfk