{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django Multilingual Initiatives\n===============================\n\nAn app for showing localized versions of initiatives. E.g. as plugin\nin a blog post.\n\nComes with a django-cms plugin and is multilingual.\n\nPrerequisites\n-------------\n\nYou will need to have the following packages installed:\n\n* django-cms (cms 3 beta tested)\n\n\nInstallation\n------------\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-multilingual-initiatives\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-multilingual-initiatives.git#egg=multilingual_initiatives\n\nAdd ``multilingual_initiatives`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'multilingual_initiatives',\n )\n\nRun the South migrations::\n\n ./manage.py migrate multilingual_initiatives\n\n\nUsage\n-----\n\nUse the Django admin to create your initiative objects. If you are using\ndjango-cms you can use the ``Initiative Plugin`` to display an initiative\nin your placeholders.\n\n\nSettings\n--------\n\nINITIATIVE_PLUGIN_DISPLAY_TYPE_CHOICES\n++++++++++++++++++++++++++++++++++\n\nDefault::\n\n [\n ('small', _('small')),\n ('big', _('big')),\n ]\n\nWhen using the ``Initiative Plugin`` in your django-cms placeholders you will\nnotice that you only have two choices for the ``Display type``. This field\ncan be helpful when you want to render an Initiative differently in different\nparts of your site. If you need even more display types, just set this setting\nto a different list of tuples.\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/django-multilingual-initiatives", "keywords": "django,cms,plugin,initiative,localization", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-multilingual-initiatives", "package_url": "https://pypi.org/project/django-multilingual-initiatives/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-multilingual-initiatives/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-multilingual-initiatives" }, "release_url": "https://pypi.org/project/django-multilingual-initiatives/1.0/", "requires_dist": null, "requires_python": null, "summary": "An app for showing localized versions of initiatives. E.g. as plugin in a blog\npost.", "version": "1.0" }, "last_serial": 1025825, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "31e1402814955853721420cf1c01a643", "sha256": "f59098b0d5df56e965d849a79b208e3ac0ce459e2743f95fbdf4c78fd61d39c8" }, "downloads": -1, "filename": "django-multilingual-initiatives-0.2.tar.gz", "has_sig": false, "md5_digest": "31e1402814955853721420cf1c01a643", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10746, "upload_time": "2013-05-22T13:28:46", "url": "https://files.pythonhosted.org/packages/97/61/775e563f0522dece6bdf998301b977f2932f1ae412c8947eeaf0bfef96b2/django-multilingual-initiatives-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "d74f755d8e21e501164f8c255042f838", "sha256": "a971b464db12d8f94f0d2c9e3472d314cba05955a50e2b4107645b0c95a39e7e" }, "downloads": -1, "filename": "django-multilingual-initiatives-1.0.tar.gz", "has_sig": false, "md5_digest": "d74f755d8e21e501164f8c255042f838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10852, "upload_time": "2014-03-11T08:44:51", "url": "https://files.pythonhosted.org/packages/8a/e5/f386828f3b4d6a992fd4c0a94abe34af88f0be2e9d65e1b052f6c71dd49c/django-multilingual-initiatives-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d74f755d8e21e501164f8c255042f838", "sha256": "a971b464db12d8f94f0d2c9e3472d314cba05955a50e2b4107645b0c95a39e7e" }, "downloads": -1, "filename": "django-multilingual-initiatives-1.0.tar.gz", "has_sig": false, "md5_digest": "d74f755d8e21e501164f8c255042f838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10852, "upload_time": "2014-03-11T08:44:51", "url": "https://files.pythonhosted.org/packages/8a/e5/f386828f3b4d6a992fd4c0a94abe34af88f0be2e9d65e1b052f6c71dd49c/django-multilingual-initiatives-1.0.tar.gz" } ] }