django-followit 0.0.2

django-followit is a Django app that allows to easily set up a capability for the site users to follow various things on the site, represented by Django model objects.SetupTo the INSTALLED_APPS in your settings.py add entry 'followit'. Then, in your apps'...