Merge pull request #165 from RamanSB/patch-1

Update README.md
This commit is contained in:
Radoslav Georgiev 2025-01-02 18:28:10 +02:00 committed by GitHub
commit 0291d00afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -655,7 +655,7 @@ class FileAdmin(admin.ModelAdmin):
self.message_user(request, str(exc), messages.ERROR)
```
Additionally, using class-based services is a good idea for "flows" - things that go thru multiple steps.
Additionally, using class-based services is a good idea for "flows" - things that go through multiple steps.
For example, this service represents a "direct file upload flow", with a `start` and `finish` (and additionally):