hi, I m trying to login on my site through my own site, so i have installed django-facebook, i have set setting in setting.py. Now i m trying to run server but it's showing error. plz help me.. i m unable to find out..
Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
{% block header %} {% endblock %}
{%block navi%}{%endblock%}
{%block content%}{%endblock%}
{%block footer%}{%endblock%}
{% initialize_facebook_connect %}
settings.py
Description: Binary data
Welcome for Learning Treacker
This is a Learning treacker app generated on March 2nd , 2013.
TITLE | STREAM | UNIVERSITY | INSTRUCTOR | DESCRIPTION | START DATE | INTRO | INITIATIVE | {% for c in courses%}
---|---|---|---|---|---|---|---|
{{c.title}} | {{ c.stream }} | {{ c.universities }} | {{ c.instruct }} | {{c.description}} | {{c.start_date}} | {{c.initiator}} |