Closed BrendanJM closed 5 months ago
Describe the bug Celery app name is not templated: https://github.com/vintasoftware/django-react-boilerplate/blob/97c1f4f08d4e0f323845a9cdd789a7927c10428a/docker-compose.yml#L52
To Reproduce See link above
Expected behavior It should be templated to {{project_name}} vs myproject
{{project_name}}
myproject
thanks, good catch, we'll check all occurrences for myproject
Describe the bug Celery app name is not templated: https://github.com/vintasoftware/django-react-boilerplate/blob/97c1f4f08d4e0f323845a9cdd789a7927c10428a/docker-compose.yml#L52
To Reproduce See link above
Expected behavior It should be templated to
{{project_name}}
vsmyproject