{ "info": { "author": "Ha Pham", "author_email": "me.zniper@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools" ], "description": ".. image:: https://travis-ci.org/zniper/simple-article.svg?branch=master\n :target: https://travis-ci.org/zniper/simple-article\n\n.. image:: https://coveralls.io/repos/zniper/simple-article/badge.svg?branch=master \n :target: https://coveralls.io/r/zniper/simple-article?branch=master\n\n**simple-article** is a Django application which provides a simple Article model. That model could be a good start for simple blog or news, without the needs for installation much of other 3rd party packages.\n\nInstallation\n============\n\nYou can install simple-article from PyPI::\n\n pip install simple-article\n\nOr from GitHub::\n\n pip install https://github.com/zniper/simple-article/zipball/master\n\nConfiguration\n=============\n\nInside settings module, put `article` and related applications into `INSTALLED_APPS`::\n\n INSTALLED_APPS = (\n ...\n 'tinymce',\n 'taggit',\n 'article',\n )\n\nInclude article URLs inside application urls.py file::\n\n urlpatterns = patterns(\n ...\n url(r'^blog/', include('article.urls')),\n ...\n )\n\nThen, update the database.\n\nWith Django 1.9 or newer::\n\n python manage.py migrate article\n\nWith Django 1.8.x or older::\n\n python manage.py syncdb\n\nor using South::\n \n python manage.py migrate article\n\nUsage\n=====\n\nInside templates, there is an assignment tag named `recent_articles` which returns limited number of newest articles::\n\n {% load article_tags %}\n\nShort call, with maximum 10 newest articles returned::\n\n {% recent_articles as other_articles %}\n\nCustomized call, with exclusion of given article::\n \n {% recent_articles limit=5 exclude=article.pk as other_articles %}", "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/zniper/simple-article", "keywords": "article model simple django entry blog", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "simple-article", "package_url": "https://pypi.org/project/simple-article/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simple-article/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zniper/simple-article" }, "release_url": "https://pypi.org/project/simple-article/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Provide deadly simple Article model for Django", "version": "0.2.1" }, "last_serial": 1915732, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "c14741d010c537c52e009600783cf9ff", "sha256": "d5a125030deb9416068d446ecd7554b23cb402dcd7df7126b6d4392116495b62" }, "downloads": -1, "filename": "simple-article-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c14741d010c537c52e009600783cf9ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9989, "upload_time": "2015-06-23T17:01:30", "url": "https://files.pythonhosted.org/packages/92/4b/c73d31c4fdd9518b73186dfafa05b568c2a8179072a44e1f6a4a2c897b79/simple-article-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d2a8d22d99390e535958a50285f500b6", "sha256": "48eb829311267139814eab4f20d673fe834aacc3490f809b01432e65e0699309" }, "downloads": -1, "filename": "simple-article-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d2a8d22d99390e535958a50285f500b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6064, "upload_time": "2016-01-21T18:08:49", "url": "https://files.pythonhosted.org/packages/56/46/71c7e1e7debb9d1b7477a7507469fd206f69dee5aff61841ee533572bf07/simple-article-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d2a8d22d99390e535958a50285f500b6", "sha256": "48eb829311267139814eab4f20d673fe834aacc3490f809b01432e65e0699309" }, "downloads": -1, "filename": "simple-article-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d2a8d22d99390e535958a50285f500b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6064, "upload_time": "2016-01-21T18:08:49", "url": "https://files.pythonhosted.org/packages/56/46/71c7e1e7debb9d1b7477a7507469fd206f69dee5aff61841ee533572bf07/simple-article-0.2.1.tar.gz" } ] }