{ "info": { "author": "Jeremy Carbaugh", "author_email": "jcarbaugh@sunlightfoundation.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "================\ndjango-wordpress\n================\n\nModels and views for reading a WordPress database. Compatible with WordPress version 3.5+.\n\ndjango-wordpress is a project of `ISL `_ and the `Sunlight Foundation `_.\n\n\n--------\nFeatures\n--------\n\nRead-only models to protect your content\n========================================\n\nThis package is **designed to be read-only**. Writing is enabled by adding ``WP_READ_ONLY = False`` to settings.py. None of the WordPress specific logic is included while writing to the database so there is a good chance you will break your WordPress install if you enable writing.\n\nWordPress table prefix\n======================\n\nThe default table prefix is *wp*. To change the table prefix, add ``WP_TABLE_PREFIX = 'yourprefix'`` to settings.py.\n\nMultiple database support\n=========================\n\nAdded the ability to specify which database the WordPress content is coming from. Set it using the *WP_DATABASE* setting. Defaults to \"default\".\n\nDatabase routers need be set to::\n\n DATABASE_ROUTERS = ['wordpress.router.WordpressRouter']\n\nDefault templates\n=================\n\nDefault templates are provided only for development purposes so you can see content in your browser! Please override these with customized templates for your application.\n\nExport Management Commands\n==========================\n\n* *wpexport* Dump published posts in WXR format.\n* *wpexportauthors* Export authors as CSV.\n\n-----------------------------\nWorking With WordPress Models\n-----------------------------\n\nTen most recent published posts::\n\n Posts.objects.published()[:10]\n\nPosts tagged *wordpress*::\n\n Posts.objects.term(\"wordpress\")\n\nPost attachments::\n\n for attachment in post.attachments():\n pass\n\nPost tags::\n\n post.tags()\n\n\n------------\nInstallation\n------------\n\n::\n\n pip install the-real-django-wordpress\n\nAdd to INSTALLED_APPS in settings.py::\n\n 'wordpress'\n\nInclude the following in urls.py::\n\n url(r'^path/to/blog/', include('wordpress.urls')),\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sunlightlabs/django-wordpress/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "the-real-django-wordpress", "package_url": "https://pypi.org/project/the-real-django-wordpress/", "platform": "any", "project_url": "https://pypi.org/project/the-real-django-wordpress/", "project_urls": { "Homepage": "http://github.com/sunlightlabs/django-wordpress/" }, "release_url": "https://pypi.org/project/the-real-django-wordpress/0.11.0/", "requires_dist": null, "requires_python": "", "summary": "Django models and views for a WordPress database.", "version": "0.11.0" }, "last_serial": 3518383, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "5bddc2af67e89c58b03f2d290e40dc4b", "sha256": "6bcf78faa01314c0ab9d40d2decd27ea1b2ab378d610df9f891f38535e84ac43" }, "downloads": -1, "filename": "the-real-django-wordpress-0.10.0.tar.gz", "has_sig": false, "md5_digest": "5bddc2af67e89c58b03f2d290e40dc4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14305, "upload_time": "2014-03-14T19:04:54", "url": "https://files.pythonhosted.org/packages/33/27/31e0f1e6cd8bd209daf0e895adf1bee81041f87d1a12b88b97c3931225a1/the-real-django-wordpress-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "cf5d2a4346d92fd88aedd5b9c5bbb075", "sha256": "28a56ae06060687fa799a8609cecb0564e6f22139a85375339ed8256a169e06f" }, "downloads": -1, "filename": "the-real-django-wordpress-0.10.1.tar.gz", "has_sig": false, "md5_digest": "cf5d2a4346d92fd88aedd5b9c5bbb075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14342, "upload_time": "2014-03-14T19:22:48", "url": "https://files.pythonhosted.org/packages/e7/5a/3e4d6ebe4b17cd85d6b2fd6dfda603e3339decc72757e0fda78e8c00e79f/the-real-django-wordpress-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "f74b47b199d17ab6d9c46fbaafaab5da", "sha256": "991cc22b5f36e2562bf017e48c11cae32d2fdd6025a2402853298319fc2e8195" }, "downloads": -1, "filename": "the-real-django-wordpress-0.11.0.tar.gz", "has_sig": false, "md5_digest": "f74b47b199d17ab6d9c46fbaafaab5da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15174, "upload_time": "2018-01-24T20:55:57", "url": "https://files.pythonhosted.org/packages/d9/8d/a59a146c4b2d97b0d400ea90dcffa4d4e1b97a403127ea6c9eb189bde91f/the-real-django-wordpress-0.11.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "de6b2fac3cbf79f88a0c84431d53ec58", "sha256": "8bd9fedb43cc4795e9c08cde0c18b16422c5442f7f04a74cadcef1404c3282e0" }, "downloads": -1, "filename": "the-real-django-wordpress-0.2.tar.gz", "has_sig": false, "md5_digest": "de6b2fac3cbf79f88a0c84431d53ec58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8562, "upload_time": "2012-10-10T20:17:05", "url": "https://files.pythonhosted.org/packages/c5/17/884a881e90b4abea89146aab8446a577b201b64b7669cad12d2fe1fbed11/the-real-django-wordpress-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "9b3517d4bbec1eee5e1af1625a99e7d8", "sha256": "695ce6cafa04be98516533797c5979ac6b5d1c51bda99ee81a9e272170097e68" }, "downloads": -1, "filename": "the-real-django-wordpress-0.3.tar.gz", "has_sig": false, "md5_digest": "9b3517d4bbec1eee5e1af1625a99e7d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9119, "upload_time": "2013-01-11T19:38:34", "url": "https://files.pythonhosted.org/packages/02/0d/8a0ccfc35a64c7b06ba4de0135bcee9e0d8ee08ebf48bd323d3f3c5c44cb/the-real-django-wordpress-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "d9592fe9aa4e493d00211dec6e60e713", "sha256": "939ed1774122b480c31c64f6688000a878aee669a4c68059c20812b46b026150" }, "downloads": -1, "filename": "the-real-django-wordpress-0.4.tar.gz", "has_sig": false, "md5_digest": "d9592fe9aa4e493d00211dec6e60e713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13351, "upload_time": "2013-01-16T18:59:14", "url": "https://files.pythonhosted.org/packages/a8/ca/ec7cf7cc3abd85bfff01bb94245811aaee69ba92f85c99c355f69bcf4ad9/the-real-django-wordpress-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "b78e846dbdcd28bdb6db03b8cec203ae", "sha256": "004d75f481400464b871395335f010aca5d48f11f791b7aff1b9adced0525ad7" }, "downloads": -1, "filename": "the-real-django-wordpress-0.5.tar.gz", "has_sig": false, "md5_digest": "b78e846dbdcd28bdb6db03b8cec203ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13551, "upload_time": "2013-03-06T20:45:33", "url": "https://files.pythonhosted.org/packages/12/7e/41e2c7fff43ef1d576da3e53a1556930f3e8ab010a08ab1fba21e87e645c/the-real-django-wordpress-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "467e71c96e76504abe33ae6124dd30de", "sha256": "0d0888187742c11d15da8d1e2765102cb2f25863923c72325b63b442149564d1" }, "downloads": -1, "filename": "the-real-django-wordpress-0.6.tar.gz", "has_sig": false, "md5_digest": "467e71c96e76504abe33ae6124dd30de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13513, "upload_time": "2013-07-01T18:13:18", "url": "https://files.pythonhosted.org/packages/4b/23/9b2ac4b899bcb15ad07a7b580cfc444bd06c661cc054033833aa5def7017/the-real-django-wordpress-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "5ce905376979cae582491ffd83a0b7cf", "sha256": "0c73c25fc2be0216f01bdde391776c62c36175c34f3574ef6a755ea77d875e91" }, "downloads": -1, "filename": "the-real-django-wordpress-0.7.tar.gz", "has_sig": false, "md5_digest": "5ce905376979cae582491ffd83a0b7cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13544, "upload_time": "2013-07-12T18:45:23", "url": "https://files.pythonhosted.org/packages/0d/62/7bb793b11f5d8c750af6bb809de8d3a8695c418bd63ea9c74b30c7e0ab6a/the-real-django-wordpress-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "36f0eb68b7e480deb85a4961402bc287", "sha256": "a62edbb811347692808b07ea83c4f320b226f8175def1f05e9c3d4363663ba44" }, "downloads": -1, "filename": "the-real-django-wordpress-0.8.tar.gz", "has_sig": false, "md5_digest": "36f0eb68b7e480deb85a4961402bc287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13679, "upload_time": "2013-10-22T21:41:07", "url": "https://files.pythonhosted.org/packages/8c/b6/1ac6759adf6732c8fe3372d15e883b9133f2108d36fe49e3693eae6922ff/the-real-django-wordpress-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "69d3a0b5d7c424178acbbfce281a2f15", "sha256": "4b03a657453ed75f6b9dbae0d23c63a7013e039058d0dacf44cc5ad9cd5312a9" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.tar.gz", "has_sig": false, "md5_digest": "69d3a0b5d7c424178acbbfce281a2f15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13837, "upload_time": "2013-11-14T18:43:18", "url": "https://files.pythonhosted.org/packages/5d/26/652d841e3b586fa3e3625e6cb878cf595d1ebb28a50cd6a20885368d0762/the-real-django-wordpress-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "daf6afd5b668fd7f386839a568b76439", "sha256": "b889d206dfbb09e69d3075c479787b0f5860a1205c341a10551cdc9eb6670ac2" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.1.tar.gz", "has_sig": false, "md5_digest": "daf6afd5b668fd7f386839a568b76439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13776, "upload_time": "2013-11-15T16:30:50", "url": "https://files.pythonhosted.org/packages/78/68/6849d96655a17736c4a55d46be5cb4504ce29245acd80589f71edffaf809/the-real-django-wordpress-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "7c3b786009f4f3e74fe8fab4ac74ba6c", "sha256": "97709b2e753c4daac0cd75c58f370be30a517085210571bb67b335ca93603f9e" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.2.tar.gz", "has_sig": false, "md5_digest": "7c3b786009f4f3e74fe8fab4ac74ba6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13804, "upload_time": "2013-11-15T18:49:37", "url": "https://files.pythonhosted.org/packages/ed/b5/87d80f5fa87c188744b0d399127a4a8e29882c4acd276b082a287393d617/the-real-django-wordpress-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "e815c62fbcc13b9ecf93b892ad61a951", "sha256": "4eb7b00b312b11c8cf54482b43e02dfbc72635e07dd52ca91035ca9cb9a5ab25" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.3.tar.gz", "has_sig": false, "md5_digest": "e815c62fbcc13b9ecf93b892ad61a951", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13881, "upload_time": "2013-12-06T17:09:25", "url": "https://files.pythonhosted.org/packages/cb/b8/0e43e8113a69729e3b3406b0c53e9eb563c31158082b4315bbe91e84d9c6/the-real-django-wordpress-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "d87f099965e96c647b9b79b2d5197e6c", "sha256": "d300b1b4f45fc119ac5517d94ed59ef6961399cd26f561da9bb0d766e67cdea3" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.4.tar.gz", "has_sig": false, "md5_digest": "d87f099965e96c647b9b79b2d5197e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13973, "upload_time": "2013-12-06T17:53:21", "url": "https://files.pythonhosted.org/packages/84/5c/dff149d26f8bd56f681d77cba9c595c89d7319194b7c906fbdea538c2e13/the-real-django-wordpress-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "cb2150321d16e7b3b929cf3b4fea78e8", "sha256": "79d1d8dd7a4c83befa3d2b2c3c487ee507aac7412558a4d14601cd0a0566fc4a" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.5.tar.gz", "has_sig": false, "md5_digest": "cb2150321d16e7b3b929cf3b4fea78e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14027, "upload_time": "2013-12-16T16:56:38", "url": "https://files.pythonhosted.org/packages/20/91/114b6490939f4cba493e716b9f5812f94bd0a586b5a62fe6525725b6dbc6/the-real-django-wordpress-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "432c1290b57bc642589e973556cb5856", "sha256": "3e812f95ec71057a4f497e0901df8a50f7d65f5f4cdada99c8c6485a3dacfdf9" }, "downloads": -1, "filename": "the-real-django-wordpress-0.9.6.tar.gz", "has_sig": false, "md5_digest": "432c1290b57bc642589e973556cb5856", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14059, "upload_time": "2014-03-07T21:04:03", "url": "https://files.pythonhosted.org/packages/80/de/605a120a492f9743bc548a62fc7e6857981f25330d81da48db6b7ce618f9/the-real-django-wordpress-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f74b47b199d17ab6d9c46fbaafaab5da", "sha256": "991cc22b5f36e2562bf017e48c11cae32d2fdd6025a2402853298319fc2e8195" }, "downloads": -1, "filename": "the-real-django-wordpress-0.11.0.tar.gz", "has_sig": false, "md5_digest": "f74b47b199d17ab6d9c46fbaafaab5da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15174, "upload_time": "2018-01-24T20:55:57", "url": "https://files.pythonhosted.org/packages/d9/8d/a59a146c4b2d97b0d400ea90dcffa4d4e1b97a403127ea6c9eb189bde91f/the-real-django-wordpress-0.11.0.tar.gz" } ] }