cookiecutter/cookiecutter-django

Adding support for channels

Open

#1058 opened on Feb 27, 2017

View on GitHub
 (13 comments) (19 reactions) (0 assignees)Python (10,896 stars) (2,713 forks)batch import
dockerenhancementhelp wanted

Description

We should have the option to ask users if they want to use channels, just like we do with celery. Setting up channels should be easy, using the in memory layer locally and redis on production (or redis on both). Not much has to be assumed and is easy to implement.

Thoughts?

Contributor guide