Skip to content

Commit

Permalink
Fix CustomDjangoDramatiqConfig example (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil authored Jun 3, 2024
1 parent 28f7de7 commit 519cf4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ class CustomDjangoDramatiqConfig(DjangoDramatiqConfig):
@classmethod
def middleware_groupcallbacks_kwargs(cls):
return {"rate_limiter_backend": cls.get_rate_limiter_backend()}


CustomDjangoDramatiqConfig.initialize()
```

Notice the naming convention, to provide arguments to
Expand Down

0 comments on commit 519cf4e

Please sign in to comment.