{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Social Media Links\n=========================\n\nA reusable Django app that renders a set of social media links, i.e. for your\nwebsite footer.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi::\n\n $ pip install django-social-media-links\n\nTo get the latest commit from GitHub::\n\n $ pip install -e git+git://github.com/bitmazk/django-social-media-links.git#egg=social_media_links\n\nAdd ``social_media_links`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'social_media_links',\n )\n\nDon't forget to migrate your database::\n\n ./manage.py migrate social_media_links\n\nIf you want to use the social icons as provided by\n[monosocialfont](http://drinchev.github.io/monosocialiconsfont/) you should add\nthe following stylesheet to your ``base.html``::\n\n
\n \n \n \n // Use it like so:\n \n \n\n\nUsage\n-----\n\nFirst you need to create a set of ``LinkType`` objects. You may want to assign\nsymbols to them. In order to find out the codes for the symbols, please refer\nto http://drinchev.github.io/monosocialiconsfont/\n\nWe provide an assignment tag that returns all social media links in your\ndatabase. You can use it like so::\n\n {% load social_media_links_tags %}\n {% get_social_media_links as social_media_links %}\n {% if social_media_links %}\n