django-simple-friends adds friendship management to your project.
- Manages relationships between registered users only.
- Two phase friending.
- Blocking.
- Add
"django-simple-friends"directory to your Python path. - Add
"friends"to yourINSTALLED_APPStuple found in your settings file. - Include
"friends.urls"to your URLconf. (optional)
TODO
TODO