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 %}
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
2 matches
Mail list logo