From 519cf4e26d05bff3290f0d990441e4691068c19e Mon Sep 17 00:00:00 2001 From: Nils Caspar Date: Mon, 3 Jun 2024 00:17:41 -0700 Subject: [PATCH] Fix CustomDjangoDramatiqConfig example (#165) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a8958a7..734434d 100644 --- a/README.md +++ b/README.md @@ -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