From 8e57fb9e93ca514f5838efb381edb07e8285e8da Mon Sep 17 00:00:00 2001 From: Mariatta Date: Sun, 16 Mar 2025 14:50:28 -0700 Subject: [PATCH] Update readme to mention MIDDLEWARE instead of MIDDLEWARE_CLASSES --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 24a6a8b..70be00a 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Basic installation 2. Add ``'import_export_celery'`` to your ``INSTALLED_APPS`` settings variable -3. Add ``'author.middlewares.AuthorDefaultBackendMiddleware'`` to your ``MIDDLEWARE_CLASSES`` +3. Add ``'author.middlewares.AuthorDefaultBackendMiddleware'`` to your ``MIDDLEWARE`` 4. Configure the location of your celery module setup