cookiecutter/cookiecutter-django

Adding support for channels

Open

#1,058 opened on Feb 27, 2017

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

Repository metrics

Stars
 (10,896 stars)
PR merge metrics
 (Avg merge 15h 52m) (58 merged PRs in 30d)

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