Cody Fletcher
Cody Fletcher
Hi Brian (et al.) 👋 I'm a big fan of this package, particularly when doing a lot of asserts when converting a large dict to a non primitive type/class instance....
Add additional notification for "Invalid Product IDs" (kMKStoreKitProductsInvalidIdsNotification), replaced NSLog() call with the aforementioned notification.
2 Parts to this issue: ### Part 1 It seems the latest idiomatic way to define dependencies is: `[tool.poetry.group.dev.dependencies]` instead of: `[tool.poetry.dev-dependencies]` See: "A note about defining a dev dependencies...
**Old references to remove:** - [ ] ["Use Nuxt for SSR"](https://github.com/briancaffey/django-step-by-step/blob/main/vuepress-docs/docs/guide/step-by-step/README.md?plain=1#L2969) - [ ] ["Django Doctor"](https://github.com/briancaffey/django-step-by-step/blob/main/vuepress-docs/docs/guide/step-by-step/README.md?plain=1#L2981) - [ ] ["constance"](https://github.com/briancaffey/django-step-by-step/blob/main/vuepress-docs/docs/guide/step-by-step/README.md?plain=1#L1246) - [ ] [Raspberry Pi](https://briancaffey.github.io/django-step-by-step/deploy/raspi/) - [ ] [DigitalOcean](https://briancaffey.github.io/django-step-by-step/deploy/digital-ocean/) -...
This PR attempts to bring clarity with: 1. Rename `default_celery_worker_*` to `celery_worker_*` (since there is only 1 worker, this keeps things clear between celery_beat and celery_worker and avoids the confusion...