Skip to content

Maptales/django-simple-friends

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-simple-friends adds friendship management to your project.

Features

  • Manages relationships between registered users only.
  • Two phase friending.
  • Blocking.

Installation

  1. Add "django-simple-friends" directory to your Python path.
  2. Add "friends" to your INSTALLED_APPS tuple found in your settings file.
  3. Include "friends.urls" to your URLconf. (optional)

Testing & Example

TODO

Usage

TODO

See Also

About

like django-friends, but simpler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%