Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateSyntaxError at /accounts/login/ #45

Closed
ngroup opened this issue Feb 14, 2012 · 2 comments
Closed

TemplateSyntaxError at /accounts/login/ #45

ngroup opened this issue Feb 14, 2012 · 2 comments

Comments

@ngroup
Copy link

ngroup commented Feb 14, 2012

Request Method: GET
Request URL: http://localhost:8000/accounts/login/
Django Version: 1.3
Exception Type: TemplateSyntaxError
Exception Value:
Caught DoesNotExist while rendering: FacebookApp matching query does not exist.
Exception Location: /usr/lib/pymodules/python2.7/django/db/models/query.py in get, line 349
Python Executable: /usr/bin/python
Python Version: 2.7.2

Caught DoesNotExist while rendering: FacebookApp matching query does not exist.
1 {% load allauth_tags %}
2
3 {% if allauth.facebook_enabled %}
4 {% fbconnect %}
5 {% endif %}
6
7

@ghing
Copy link

ghing commented Feb 16, 2012

@ngroup Have you defined a Facebook application in the Django admin interface?

@ngroup
Copy link
Author

ngroup commented Feb 20, 2012

Thanks to ghing! It solves.

@ngroup ngroup closed this as completed Feb 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants