fzchriha / django-friendship

Add friends, send friend requests, accept, decline, delete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

friends

A Django project showcasing how users can add other users as friends.

This Github repository is based on JustDjango code https://github.com/justdjango/friends

Changes:

Updated the code found in the repository above:

  • Replaced url, with path / re_path
  • Added a requirements.txt file
  • Changed view_profile from using slug which wouldn't work on new profiles to use pk

About

Add friends, send friend requests, accept, decline, delete


Languages

Language:Python 80.3%Language:HTML 19.7%