You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I think the "URL entries" code (https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries) is incorrect or referring to an old Django version. If I put that code it gives me an error: name 'url' is not defined
I guess it should be "path", not "url" (with that change it doesn't show an error, but not sure if it will work).
Also, I'm not sure if that code should be in the main project's urls.py or in the app's urls.py.
I guess this is obvious for most people, but it's certainly not for newbies like me.
Additional explanations and context would be great.
Also, do you think this library is a good option for a newbie that only wants to use Google's Oauth2 (for Google Ads API)? Or are there better Django libraries for this use case?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to follow the instructions on https://python-social-auth.readthedocs.io/en/latest/configuration/django.html and they are pretty confusing for a newbie.
First, I think the "URL entries" code (https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries) is incorrect or referring to an old Django version. If I put that code it gives me an error: name 'url' is not defined
I guess it should be "path", not "url" (with that change it doesn't show an error, but not sure if it will work).
Also, I'm not sure if that code should be in the main project's urls.py or in the app's urls.py.
Then on https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html it doesn't explain where those settings/codes should be introduced. The settings.py file from the main Django project? Somewhere else?
I guess this is obvious for most people, but it's certainly not for newbies like me.
Additional explanations and context would be great.
Also, do you think this library is a good option for a newbie that only wants to use Google's Oauth2 (for Google Ads API)? Or are there better Django libraries for this use case?
Thanks!
The text was updated successfully, but these errors were encountered: