rename module

This commit is contained in:
lpm0073 2022-10-03 12:42:04 -05:00
parent 290dfc8329
commit e097fa22d0

View File

@ -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: