{ "info": { "author": "Vimal Aravindashan", "author_email": "vimal.aravindashan@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====================\nDjango Hosted Plugins\n=====================\n\nDjango Hosted Plugins is used to host third-party plugins that work alongside\nyour project but cannot be hosted on first-party plugin repositories\ndue to restrictions imposed.\n\nThis project was started to overcome restrictions imposed by WordPress.com\nand is currently favoured towards hosting WordPress plugins.\n\nRequires Django and Django REST Framework. It is untested and comes AS-IS.\n\nQuick start\n-----------\n\n1. Add \"rest_framework\" and \"hosted_plugins\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'rest_framework',\n 'hosted_plugins',\n ]\n\n2. Include the plugins URLconf in your project urls.py like this::\n\n url(r'^plugins/', include('hosted_plugins.urls')),\n\n3. [OPTIONAL] Include login URLs for the browsable API. (See here for details: http://www.django-rest-framework.org/tutorial/quickstart/#urls)::\n\n url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),\n\n4. Install pytz if you're using a database that will require it for querying datetime fields::\n\n pip install pytz\n\n5. Run `python manage.py migrate` to create the hosted_plugins models.\n\n6. Use the Django admin to add plugins, or use a script to automate it.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/django-hosted-plugins/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-hosted-plugins", "package_url": "https://pypi.org/project/django-hosted-plugins/", "platform": "any", "project_url": "https://pypi.org/project/django-hosted-plugins/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/django-hosted-plugins/" }, "release_url": "https://pypi.org/project/django-hosted-plugins/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Self host third-party plugins that work alongside your project.", "version": "0.1.1" }, "last_serial": 2175409, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4596c75c1fee545ae04371b8b6d79248", "sha256": "3f567b5db1671fa1d204314cfd4119effd6c65e462192140cd54e8e8ab10c307" }, "downloads": -1, "filename": "django-hosted-plugins-0.1.tar.gz", "has_sig": false, "md5_digest": "4596c75c1fee545ae04371b8b6d79248", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6776, "upload_time": "2016-06-15T10:50:16", "url": "https://files.pythonhosted.org/packages/92/c8/8d01da2ad3dd00961962a7e4be50bfc2f740682d14f3e61e40592152c8cc/django-hosted-plugins-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "34cbe01c0f07688f76d175b11d68b399", "sha256": "76ac1058eb3f3774ca364a92b8a8ffd3bba07bfe243fea3a358e05441bfd477c" }, "downloads": -1, "filename": "django-hosted-plugins-0.1.1.tar.gz", "has_sig": false, "md5_digest": "34cbe01c0f07688f76d175b11d68b399", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7286, "upload_time": "2016-06-19T03:35:38", "url": "https://files.pythonhosted.org/packages/4d/f0/344f0cbc65ce03f92d904a959e33cabeee17c8a16257a046936d3f209d59/django-hosted-plugins-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34cbe01c0f07688f76d175b11d68b399", "sha256": "76ac1058eb3f3774ca364a92b8a8ffd3bba07bfe243fea3a358e05441bfd477c" }, "downloads": -1, "filename": "django-hosted-plugins-0.1.1.tar.gz", "has_sig": false, "md5_digest": "34cbe01c0f07688f76d175b11d68b399", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7286, "upload_time": "2016-06-19T03:35:38", "url": "https://files.pythonhosted.org/packages/4d/f0/344f0cbc65ce03f92d904a959e33cabeee17c8a16257a046936d3f209d59/django-hosted-plugins-0.1.1.tar.gz" } ] }