{ "info": { "author": "Mishbah Razzaque", "author_email": "mishbahx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "=============================\ndjangocms-usersettings2\n=============================\n\n\n.. image:: http://img.shields.io/pypi/v/djangocms-usersettings2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-usersettings2/\n :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/djangocms-usersettings2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-usersettings2/\n :alt: Downloads\n\n.. image:: http://img.shields.io/pypi/l/djangocms-usersettings2.svg?style=flat-square\n :target: https://pypi.python.org/pypi/djangocms-usersettings2/\n :alt: License\n\n.. image:: http://img.shields.io/coveralls/mishbahr/djangocms-usersettings2.svg?style=flat-square\n :target: https://coveralls.io/r/mishbahr/djangocms-usersettings2?branch=master\n\n\nThis package integrates `django-usersettings2 `_ with `django-cms>=3.0 `_.\n\nThis allows a site editor to add/modify all ``usersettings`` in the frontend editing mode of django CMS\nand provide your users with a streamlined editing experience.\n\nThis project requires django-usersettings2 and django CMS 3.0 or higher to be properly installed and configured. When\ninstalling the ``djangocms-usersettings2`` using pip, ``django-usersettings2`` will also be installed automatically.\n\nThe full documentation for ``django-usersettings2`` is available at https://django-usersettings2.readthedocs.org.\n\nQuickstart\n----------\n\n1. Install ``djangocms-usersettings2``::\n\n pip install djangocms-usersettings2\n\n\n2. Add ``sites``, ``usersettings`` and ``djangocms_usersettings2`` to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'django.contrib.sites',\n 'usersettings',\n 'djangocms_usersettings2',\n ...\n )\n\n3. ``UserSettingsToolbar`` will be automatically loaded as long as the ``CMS_TOOLBARS`` is not set (or set to None).\nOr you can add ``usersettings.cms_toolbar.UserSettingsToolbar`` to ``CMS_TOOLBARS`` settings::\n\n CMS_TOOLBARS = [\n # CMS Toolbars\n ...\n\n # djangocms-usersettings2 Toolbar\n 'djangocms_usersettings2.cms_toolbar.UserSettingsToolbar',\n ]\n\nYou may also like...\n--------------------\n* djangocms-disqus - https://github.com/mishbahr/djangocms-disqus\n* djangocms-fbcomments - https://github.com/mishbahr/djangocms-fbcomments\n* djangocms-forms \u2014 https://github.com/mishbahr/djangocms-forms\n* djangocms-gmaps \u2014 https://github.com/mishbahr/djangocms-gmaps\n* djangocms-instagram \u2014 https://github.com/mishbahr/djangocms-instagram\n* djangocms-responsive-wrapper \u2014 https://github.com/mishbahr/djangocms-responsive-wrapper\n* djangocms-twitter2 \u2014 https://github.com/mishbahr/djangocms-twitter2\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-09-14)\n++++++++++++++++++\n\n* First release on PyPI.", "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/mishbahr/djangocms-usersettings2", "keywords": "djangocms-usersettings2,site settings,django-cms", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangocms-usersettings2", "package_url": "https://pypi.org/project/djangocms-usersettings2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-usersettings2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mishbahr/djangocms-usersettings2" }, "release_url": "https://pypi.org/project/djangocms-usersettings2/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "This package integrates django-usersettings2 with django-cms>=3.0, This allows a site editor to add/modify all usersettings in the frontend editing mode of django CMS and provide your users with a streamlined editing experience.", "version": "0.1.2" }, "last_serial": 2227242, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "659b7f9f04625c6622c46a7febef5800", "sha256": "48d3a31eb2e028247c3a19529da3ede7b091a2705323d6146972a0c603107f76" }, "downloads": -1, "filename": "djangocms-usersettings2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "659b7f9f04625c6622c46a7febef5800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5548, "upload_time": "2014-09-13T22:29:01", "url": "https://files.pythonhosted.org/packages/8c/ab/ca780cbc83b830abf1a871d77d9faf25433e3fb0902307a75bcdd1015c89/djangocms-usersettings2-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "afe3535b2ba7aa2b98c3c03e483d6abf", "sha256": "88fcf925c53134459ff4f4c05bab1668519db28607f46184c9695d5d9ac05eec" }, "downloads": -1, "filename": "djangocms-usersettings2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "afe3535b2ba7aa2b98c3c03e483d6abf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5567, "upload_time": "2014-09-14T00:36:56", "url": "https://files.pythonhosted.org/packages/7b/0c/f5278838b410bf7630c69e3ee0c8a75d0a3305c0bd25bbced888d15d691d/djangocms-usersettings2-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "aebe18cdc29645968b43461ed2f5c273", "sha256": "57380920f660c428377f373ce51689b4a5c7380d8cd71235a9eb0902fb5b33fc" }, "downloads": -1, "filename": "djangocms-usersettings2-0.1.2.tar.gz", "has_sig": false, "md5_digest": "aebe18cdc29645968b43461ed2f5c273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5743, "upload_time": "2016-07-17T19:58:18", "url": "https://files.pythonhosted.org/packages/03/99/41eac2ca8b28d74dde6de3091d4c15dad45be021df52bdbb0b38bb15707c/djangocms-usersettings2-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aebe18cdc29645968b43461ed2f5c273", "sha256": "57380920f660c428377f373ce51689b4a5c7380d8cd71235a9eb0902fb5b33fc" }, "downloads": -1, "filename": "djangocms-usersettings2-0.1.2.tar.gz", "has_sig": false, "md5_digest": "aebe18cdc29645968b43461ed2f5c273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5743, "upload_time": "2016-07-17T19:58:18", "url": "https://files.pythonhosted.org/packages/03/99/41eac2ca8b28d74dde6de3091d4c15dad45be021df52bdbb0b38bb15707c/djangocms-usersettings2-0.1.2.tar.gz" } ] }