cookiecutter-django/{{cookiecutter.project_slug}}/compose/production/django
Bruno Alla 895298c28f Refactor Celery integration according to current best practices
- Change celery app to not be a Django app, more like a WSGI app
- Define a Celery task in the Django users app
- Write a test to execute the task
- Update scripts to use the new app to start workers
- Update documentation

Fix #865
2019-04-02 15:40:32 +01:00
..
celery Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
Dockerfile Add a node image to run Gulp when selecting it with Docker (#1687) 2019-03-25 12:10:55 +00:00
entrypoint Added CELERY_BROKER_URL back to entrypoint and surrounded it with a conditional 2018-06-28 00:30:23 +03:00
start Rename gunicorn script to start 2018-05-21 22:28:18 +03:00