django-simple-friends help

2010-09-10 Thread justin jools
Hi, I am using django-simple-friends app and was hoping you would give me some guidance. http://github.com/muhuk/django-simple-friends I have set up friends_list.html no problem: Friend List Friends for {{ user }} {% for friends in friends_list %} {{ friends.username }} {% endfor %}

django simple friends help

2010-09-10 Thread justin jools
Hi Muhuk, I am using django-simple-friends app and I was hoping someone would give me some guidance. http://github.com/muhuk/django-simple-friends I have set up friends_list.html no problem: Friend List Friends for {{ user }} {% for friends in friends_list %} {{ friends.username }} {% e