{ "info": { "author": "Michael Kuty", "author_email": "kutymichael@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "==================\nLeonardo Multisite\n==================\n\nFull support for multisite with security. Uses reuqest processing for filtering page and ``django-allowedsites`` for ALLOWED_HOSTS based on the domains in django.contrib.sites.\n\n.. contents::\n :local:\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install leonardo-multisite\n\nAnd enable it in the admin or add ``MULTI_SITE_ENABLED`` to your settings.\n\nor as leonardo bundle\n\n.. code-block:: bash\n\n pip install django-leonardo[multisite]\n\nFor FeinCMS users\n-----------------\n\nsettings.py::\n\n MULTI_SITE_ENABLED = True\n\n MIDDLEWARES += ('leonardo_multisite.middleware.MultiSiteMiddleware',)\n\n from allowedsites import CachedAllowedSites\n\n ALLOWED_HOSTS = CachedAllowedSites()\n\nRead More\n---------\n\n* https://github.com/django-leonardo/django-leonardo\n* https://github.com/feincms/feincms\n* https://github.com/kezabelle/django-allowedsites", "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/leonardo-modules/leonardo-multisite.git", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "leonardo-multisite", "package_url": "https://pypi.org/project/leonardo-multisite/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/leonardo-multisite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/leonardo-modules/leonardo-multisite.git" }, "release_url": "https://pypi.org/project/leonardo-multisite/2016.1.0/", "requires_dist": null, "requires_python": null, "summary": "Full support for multisite in Leonardo CMS", "version": "2016.1.0" }, "last_serial": 1885238, "releases": { "2015.7.0": [ { "comment_text": "", "digests": { "md5": "7f956e95640fa03cfb789035b5092786", "sha256": "6c39f00d7aed6d3ce334a81a47540f2635633d71e95cbebacf3e6846157f3585" }, "downloads": -1, "filename": "leonardo-multisite-2015.7.0.tar.gz", "has_sig": false, "md5_digest": "7f956e95640fa03cfb789035b5092786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2931, "upload_time": "2015-07-14T21:02:25", "url": "https://files.pythonhosted.org/packages/35/20/1a4abb36f1bb9803561dac264363ea8a97cf8d0824084a86c3aa8dcea45a/leonardo-multisite-2015.7.0.tar.gz" } ], "2016.1.0": [ { "comment_text": "", "digests": { "md5": "6f3151a20b7a13bce9d0daa37c7ffc2d", "sha256": "09c59adf2b7559d899d3d735878680d8198fd444516d3dcd1461e772de71e3b2" }, "downloads": -1, "filename": "leonardo-multisite-2016.1.0.tar.gz", "has_sig": false, "md5_digest": "6f3151a20b7a13bce9d0daa37c7ffc2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3958, "upload_time": "2016-01-02T13:17:59", "url": "https://files.pythonhosted.org/packages/cc/10/5900236a23bf0c8b8b757691409e391cccdc815e68f93af1a5bf863bba09/leonardo-multisite-2016.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f3151a20b7a13bce9d0daa37c7ffc2d", "sha256": "09c59adf2b7559d899d3d735878680d8198fd444516d3dcd1461e772de71e3b2" }, "downloads": -1, "filename": "leonardo-multisite-2016.1.0.tar.gz", "has_sig": false, "md5_digest": "6f3151a20b7a13bce9d0daa37c7ffc2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3958, "upload_time": "2016-01-02T13:17:59", "url": "https://files.pythonhosted.org/packages/cc/10/5900236a23bf0c8b8b757691409e391cccdc815e68f93af1a5bf863bba09/leonardo-multisite-2016.1.0.tar.gz" } ] }