{ "info": { "author": "Evgeny.Fadeev", "author_email": "evgeny.fadeev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "The ``followit`` django app allows to easily set up a\ncapability for the site users to follow various things on the site,\nrepresented by django model objects.\n\nSetup\n========\n\nTo the INSTALLED_APPS in your ``settings.py`` add entry ``'followit'``.\nThen, in your apps' ``models.py``, probably at the end of the file, add:\n\n import followit\n followit.register(Thing)\n\nOnce that is done, in your shell run:\n\n python manage.py syncdb\n\nNot it will be possible for the user to follow instances of ``SomeModel``.\n\nIf you decide to allow following another model, just add another\n``followit.register(...)`` statement to the ``models.py`` and re-run the ``syncdb``.\n\nUsage\n============\n\nExamples below show how to use ``followit`` (assuming that model ``Thing``\nis registered with ``followit`` in your ``models.py``.\n\n bob.follow_thing(x)\n bob.unfollow_thing(x)\n things = bob.get_followed_things()\n x_followers = x.get_followers()\n\nNote that ``followit`` does not yet provide view functions of url routing\nrelevant to following or unfollowing items, nor template tags.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ASKBOT/django-followit", "keywords": "follow,database,django", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "followit", "package_url": "https://pypi.org/project/followit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/followit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ASKBOT/django-followit" }, "release_url": "https://pypi.org/project/followit/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A Django application that allows users to follow django model objects", "version": "0.0.2" }, "last_serial": 792100, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "29fe8e4e2776de4642168697d6997750", "sha256": "ec0eb65b3f3b0cc4ea50fb49141b551f43f9b0a6fcfd9ea73df75fa21d3d0d56" }, "downloads": -1, "filename": "followit-0.0.2.tar.gz", "has_sig": false, "md5_digest": "29fe8e4e2776de4642168697d6997750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9979, "upload_time": "2011-07-16T21:52:35", "url": "https://files.pythonhosted.org/packages/e1/ef/374f10f30037cfcc233c26a7bf25ffaa3e295a40b1214c1971f36d7a69ca/followit-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29fe8e4e2776de4642168697d6997750", "sha256": "ec0eb65b3f3b0cc4ea50fb49141b551f43f9b0a6fcfd9ea73df75fa21d3d0d56" }, "downloads": -1, "filename": "followit-0.0.2.tar.gz", "has_sig": false, "md5_digest": "29fe8e4e2776de4642168697d6997750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9979, "upload_time": "2011-07-16T21:52:35", "url": "https://files.pythonhosted.org/packages/e1/ef/374f10f30037cfcc233c26a7bf25ffaa3e295a40b1214c1971f36d7a69ca/followit-0.0.2.tar.gz" } ] }