@omab i am using your python social auth code for one of my tornado project.First of all i have faced an error such as...
Traceback (most recent call last):
File "app.py", line 17, in
import settings
File "/codes/A/tornadososauth/settings.py", line 47, in
from local_settings import *
ImportError: No module named local_settings
while trying to run the code.Then with no idea i have just create a new file namely local_settings.py and copy and paste the code from the settings.py .Then i have succeed to run the code.The home page is showing several social auth option including google,facebook,yahoo,bitbucket etc.But none them is working,that is after clicking any of the link, i am facing an error namely 500: Internal Server Error.Now whats the problem?
@omab i am using your python social auth code for one of my tornado project.First of all i have faced an error such as...
Traceback (most recent call last):
File "app.py", line 17, in
import settings
File "/codes/A/tornadososauth/settings.py", line 47, in
from local_settings import *
ImportError: No module named local_settings
while trying to run the code.Then with no idea i have just create a new file namely local_settings.py and copy and paste the code from the settings.py .Then i have succeed to run the code.The home page is showing several social auth option including google,facebook,yahoo,bitbucket etc.But none them is working,that is after clicking any of the link, i am facing an error namely 500: Internal Server Error.Now whats the problem?