django-automations
django-automations copied to clipboard
Processes and automations for your Django project
**Is your feature request related to a problem? Please describe.** It can be helpful when learning something new in programming - in addition to having documentation - to have a...
**Describe the bug** If the Group model is swapped, and then the `makemigrations` command is run, django attempts to create a 7th migration within `django-automations` **Expected behavior** Running `makemigrations` within...
I'm always frustrated when an automation stops with an error which needs debugging. - [x] Configurable way to handle errors, e.g., mailing a traceback to admins. - [x] A view...
**Is your feature request related to a problem? Please describe.** Mainly opening this Issue as a reminder about something that might be nice in the future to ensure the package...
**Is your feature request related to a problem? Please describe.** In order to visualize Automations, there should be - [ ] a view that provides a graphical image showing the...
**Is your feature request related to a problem? Please describe.** The section on [getting started](https://django-automations.readthedocs.io/en/latest/doc/introduction-to-automations.html#simple-example-webinarworkflow) imports and refers to `webinar`, but doesn't explain what webinar actually *is*. I assume it's...