mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-15 11:00:51 +03:00
Update README.md
thru -> through
This commit is contained in:
parent
b2bfd8d13f
commit
aad5180216
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user