luanfonceca / speakerfight

The Easier way to choose the best talks.
http://speakerfight.com
MIT License
342 stars 139 forks source link

Problem with first time access to login #56

Closed berinhard closed 9 years ago

berinhard commented 9 years ago

I've cloned the project ant tried to work on some features but even following the README steps, I couldn't make the project run properly. On some pages I'm having troubles like these:

ImproperlyConfigured at /accounts/login/
No Facebook app configured: please add a SocialApp using the Django admin
Request Method: GET
Request URL:    http://localhost:8000/accounts/login/
Django Version: 1.7.4
Exception Type: ImproperlyConfigured
Exception Value:    
No Facebook app configured: please add a SocialApp using the Django admin
Exception Location: /home/bernardo/.virtualenvs/speakerfight/local/lib/python2.7/site-packages/allauth/socialaccount/providers/facebook/provider.py in media_js, line 115
Python Executable:  /home/bernardo/.virtualenvs/speakerfight/bin/python
Python Version: 2.7.6
Python Path:    
['/home/bernardo/envs/speakerfight',
 '/home/bernardo/.virtualenvs/speakerfight/lib/python2.7',
 '/home/bernardo/.virtualenvs/speakerfight/lib/python2.7/plat-x86_64-linux-gnu',
 '/home/bernardo/.virtualenvs/speakerfight/lib/python2.7/lib-tk',
 '/home/bernardo/.virtualenvs/speakerfight/lib/python2.7/lib-old',
 '/home/bernardo/.virtualenvs/speakerfight/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
 '/usr/lib/python2.7/lib-tk',
 '/home/bernardo/.virtualenvs/speakerfight/local/lib/python2.7/site-packages']
Server time:    Ter, 2 Jun 2015 15:21:36 -0300
Error during template rendering

In template /home/bernardo/envs/speakerfight/core/templates/socialaccount/snippets/login_extra.html, error at line 3
No Facebook app configured: please add a SocialApp using the Django admin
1   {% load socialaccount %}
2   
3   {% providers_media_js %}
4   
5   

Although I can access the system local if I log on admin.

berinhard commented 9 years ago

The same problem happens when I try to judge a proposal

luanfonceca commented 9 years ago

Thanks @berinhard! I will close this issue together with the PR #57.