From e097fa22d0ca68c6aeb5724db13923c51cbdd401 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 3 Oct 2022 12:42:04 -0500 Subject: [PATCH] rename module --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2dd7f65..d844e38 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ include this repo in your project's requiremets.txt, or install it from the comm ADDL_INSTALLED_APPS: - "wp_oauth_backend" THIRD_PARTY_AUTH_BACKENDS: - - "wp_oauth_backend.oauth.WPOAuth2" + - "wp_oauth_backend.wp_oauth.WPOAuth2" ENABLE_REQUIRE_THIRD_PARTY_AUTH: true add these settings to django.conf: