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 [email protected].
To post to this group, send email to [email protected].
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 %}

Attachment: settings.py
Description: Binary data

{%extends "homepage/index.html"%} {%block title%} {%endblock%} {%block content%} {% show_connect_button %}
Login
{%endblock%} {%extends "base.html"%} {% load facebook_tags %} {% block header %}

Welcome for Learning Treacker

This is a Learning treacker app generated on March 2nd , 2013.


{% endblock %} {%block navi%} {%endblock%} {%block content%} {% for c in courses%} {%endfor%}
TITLE STREAM UNIVERSITY INSTRUCTOR DESCRIPTION START DATE INTRO INITIATIVE
{{c.title}} {{ c.stream }} {{ c.universities }} {{ c.instruct }} {{c.description}} {{c.start_date}} {{c.initiator}}
{%endblock%} {%block footer%} Learning treacker {%endblock%}

Reply via email to