{ "info": { "author": "Stuart George", "author_email": "stuart@accentdesign.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "****************************************\nDjango model based search for Django CMS\n****************************************\n\n|PyPI_Version| |Build_Status| |Coverage_Status|\n\nThe reason I created this was simply to avoid the overhead of using third party applications such as haystack.\nI was deploying an app on Amazons Elastic Beanstalk that will run on one or more instance and did not\nwant the hassle of trying to save the index results in a centralized storage. I also did not want another instance\njust to act as a search endpoint like solr etc.\n\nDoing it this way by saving the results in the database makes it extremely portable.\n\nOn publishing a page, an index item is added to the model.\nOn unpublishing or deleting its removed.\n\n\n************\nInstallation\n************\n\nInstallation with ``pip``::\n\n $ pip install djangocms-site-search\n\n\n*****\nSetup\n*****\n\nAdd the following apps to the ``INSTALLED_APPS`` ensuring its below cms::\n\n INSTALLED_APPS = (\n ...\n 'cms',\n 'site_search',\n )\n\nAdd the url routes to the project in urls.py::\n\n urlpatterns = [\n url(r'^', include('site_search.urls', 'search')),\n ]\n\n\n*************\nDocumentation\n*************\n\nPlease head over to our `documentation `_ for all\nthe details on how to install and use the django CMS site search.\n\n\n*******\nLicense\n*******\n\nThe project is licensed under the MIT license.\n\n\n\n.. |PyPI_Version| image:: http://img.shields.io/pypi/v/djangocms-site-search.svg\n :target: https://pypi.python.org/pypi/djangocms-site-search\n.. |Build_Status| image:: https://circleci.com/gh/AccentDesign/djangocms-site-search.svg?style=svg\n :target: https://circleci.com/gh/AccentDesign/djangocms-site-search\n.. |Coverage_Status| image:: http://img.shields.io/coveralls/AccentDesign/djangocms-site-search/master.svg\n :target: https://coveralls.io/r/AccentDesign/djangocms-site-search?branch=master", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/djangocms-site-search", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AccentDesign/djangocms-site-search", "keywords": "djangocms,django,cms,search,site", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "djangocms-site-search", "package_url": "https://pypi.org/project/djangocms-site-search/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-site-search/", "project_urls": { "Download": "https://pypi.python.org/pypi/djangocms-site-search", "Homepage": "https://github.com/AccentDesign/djangocms-site-search" }, "release_url": "https://pypi.org/project/djangocms-site-search/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Django model based search for Django CMS", "version": "0.2.3" }, "last_serial": 2184293, "releases": { "0.2.2": [], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4a1442990bff2d761a95694004801cf5", "sha256": "de0b2ca1e8d446845c533bfdba3fc67aa685ecc4b7970f43d591f04a77de64c6" }, "downloads": -1, "filename": "djangocms-site-search-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4a1442990bff2d761a95694004801cf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11563, "upload_time": "2016-06-23T22:55:41", "url": "https://files.pythonhosted.org/packages/0f/46/ec213e1b3291252558391854f6a9a00b3e187b1efb138b2dc301b3f8db1b/djangocms-site-search-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a1442990bff2d761a95694004801cf5", "sha256": "de0b2ca1e8d446845c533bfdba3fc67aa685ecc4b7970f43d591f04a77de64c6" }, "downloads": -1, "filename": "djangocms-site-search-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4a1442990bff2d761a95694004801cf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11563, "upload_time": "2016-06-23T22:55:41", "url": "https://files.pythonhosted.org/packages/0f/46/ec213e1b3291252558391854f6a9a00b3e187b1efb138b2dc301b3f8db1b/djangocms-site-search-0.2.3.tar.gz" } ] }