From c27fd8bbd4f70265fd17f2486fe8203b62951b24 Mon Sep 17 00:00:00 2001 From: Nanne Osinga Date: Sat, 30 Dec 2023 22:02:31 +0100 Subject: [PATCH] Update django_rest_integration.rst just fixing a type --- docs/source/django_rest_integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/django_rest_integration.rst b/docs/source/django_rest_integration.rst index b7e0e13..b8222a2 100644 --- a/docs/source/django_rest_integration.rst +++ b/docs/source/django_rest_integration.rst @@ -1,4 +1,4 @@ -Using with Django Rest Framwork +Using with Django Rest Framework ================================= 1. Add ``'django_multitenant.middleware.MultitenantMiddleware'`` to the ``MIDDLEWARE`` list in your ``settings.py`` file: