{ "info": { "author": "Drager", "author_email": "drager@programmers.se", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========================\ndjango-simple-blog\n==========================\n\nWhat is it?\n===========\n\ndjango-simple-blog is a simple Django app for fast integrating your\ncurrent project with a blog-system\n\nYou can easily write blog posts, let users comment the posts if you'd like to.\n\nInstallation\n============\n\nYou can do any of the following to install ``django-simple-blog``\n\n- Run ``pip install django-simple-blog``.\n- Run ``easy_install django-simple-blog``.\n- Download or \"git clone\" the package and run ``setup.py``.\n- Download or \"git clone\" the package and add ``simpleblog`` to your PYTHONPATH.\n\n\nUsage\n=====\n\n1. Add ``simpleblog`` and `django.contrib.sites` to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'django.contrib.sites',\n 'simpleblog',\n )\n\n\n Note: if you want to customize the templates, please add ``el_pagination`` ``markdown_deux`` ``pagedown`` to your INSTALLED_APPS setting.\n\n INSTALLED_APPS = (\n ...\n 'django.contrib.sites',\n 'el_pagination',\n 'markdown_deux',\n 'pagedown',\n 'simpleblog',\n )\n2. Add `SITE_ID = 1` in your settings.py.\n3. Run ``python manage.py migrate``\n4. Include the ``simpleblog urls`` like this to have your \"home page\" as the blog index::\n\n\t...\n\n urlpatterns =[\n path('admin/', admin.site.urls),\n path('blog/', include('simpleblog.urls')),\n ]\n\nSettings\n========\n``django-simple-blog`` has one setting at the moment::\n\n # How long the length of the textarea should be.\n\n MAX_LENGTH_TEXTAREA = 120 (defaults to None)\n\n\nTemplatetags\n===========\n\n``django-simple-blog`` comes with one templatetag for getting\nthe latest desired number of posts. Just do this in any template::\n {% load blog_tags %}\n\n {% latest_blog_posts 5 %}\n\n\nTranslation\n===========\n\n``django-simple-blog`` is available in ``english``, ``swedish`` and ``french``\nat the moment, feel free to translate the application in another\nlanguage.\n\nAdmin\n=====\nFor writing posts we will use django's admin application.\n\nThe templates\n=============\n\nThe templates is just there as examples for how your templates\ncould look like, but they work excellent as well, but if you don't\nlike them, just override them with your own templates simply.\n\nRequirements\n============\n\n`Django>=1.8\n`_\n\n`django-el-paginatio>=2.0\n`_\n\n`simplemathcaptcha>=1.0.3\n`_\n\n`django-markdown-deux>=1.0.4\n`_\n\n`django-pagedown>=0.0.5\n`_\n\nIf you have problem getting the right versions of these packages,\nclone them from their github repository.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Drager/django-simple-blog", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-simple-blog", "package_url": "https://pypi.org/project/django-simple-blog/", "platform": "", "project_url": "https://pypi.org/project/django-simple-blog/", "project_urls": { "Homepage": "https://github.com/Drager/django-simple-blog" }, "release_url": "https://pypi.org/project/django-simple-blog/0.3.0/", "requires_dist": [ "Django (>=1.8)", "django-el-pagination (==3.0.1)", "django-simple-math-captcha (>=1.0.3)", "django-markdown-deux (>=1.0.4)", "django-pagedown (>=0.0.5)" ], "requires_python": "", "summary": "An easy way to start writing blog posts.", "version": "0.3.0" }, "last_serial": 4254412, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "120c48cf4210706c062403eb665c019f", "sha256": "db72632259f02258909d8b92a452c7f3281b4d0e138464b16efa1af87bbf7910" }, "downloads": -1, "filename": "django-simple-blog-0.1.0.zip", "has_sig": false, "md5_digest": "120c48cf4210706c062403eb665c019f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19034, "upload_time": "2014-02-05T14:28:20", "url": "https://files.pythonhosted.org/packages/65/73/00b3be4d5029c3caca5c6bd3332911c9a0f74a1a52f7a328c3a0caf75fd0/django-simple-blog-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "dba4a0133c29e7bce8ea467bb3a7ab3c", "sha256": "c08dc09f2a260b8cf6510cb8b6aa5500bc66d7ac705e03cbb787bc948fdd07e1" }, "downloads": -1, "filename": "django-simple-blog-0.1.1.zip", "has_sig": false, "md5_digest": "dba4a0133c29e7bce8ea467bb3a7ab3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19762, "upload_time": "2014-03-14T09:49:08", "url": "https://files.pythonhosted.org/packages/d0/02/23a830e0915e4d64768626ae59ea314c0c7b46a5faa6db6319000c65ad9c/django-simple-blog-0.1.1.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "cd03ef7919bed9cbffd244fb6cd65c42", "sha256": "3733272de89587cc5ef53484e9fac7c45c97abd607fc7cf094e2caf179b8f5c0" }, "downloads": -1, "filename": "django-simple-blog-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cd03ef7919bed9cbffd244fb6cd65c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9634, "upload_time": "2016-10-08T08:28:09", "url": "https://files.pythonhosted.org/packages/9e/b6/50670c584268b63b4fce95f1514ed6f659f648b8542bc202fd36fab20320/django-simple-blog-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f2a23aa09cc18c631d1a46817b8169e6", "sha256": "060ffb9d2654f43c6a841564a11835e9cfa059202302486480450da80dd25b8e" }, "downloads": -1, "filename": "django-simple-blog-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f2a23aa09cc18c631d1a46817b8169e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10252, "upload_time": "2017-07-21T09:22:15", "url": "https://files.pythonhosted.org/packages/5b/83/5b131e8866d3d20f813f68a8e5ed0d08500b850f8ca9020ddedd1bcc324c/django-simple-blog-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "824d17f3ae330f7c61f7a6b212a7d4a1", "sha256": "cb17a285cd2520eb0e54be37208f1c142fbf54cae43ab2163f77c8096964b75a" }, "downloads": -1, "filename": "django_simple_blog-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "824d17f3ae330f7c61f7a6b212a7d4a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17709, "upload_time": "2018-09-09T19:42:59", "url": "https://files.pythonhosted.org/packages/e7/16/3e76f9ae7d979be444cc2177c0ddc30b402686f279377eebe00c2a2003f9/django_simple_blog-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86fc2855af9433fee9ba99a57f1d0e42", "sha256": "c973d21b3a45245ba5c15cb16b80556fa6cfb13cab8b66b27d2a03acd4baa03d" }, "downloads": -1, "filename": "django-simple-blog-0.3.0.tar.gz", "has_sig": false, "md5_digest": "86fc2855af9433fee9ba99a57f1d0e42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12476, "upload_time": "2018-09-09T19:43:01", "url": "https://files.pythonhosted.org/packages/61/9c/bf6e751bd352dd99a24c1f5c5f94855031e668cd32e1ab953eae016b0a8c/django-simple-blog-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "824d17f3ae330f7c61f7a6b212a7d4a1", "sha256": "cb17a285cd2520eb0e54be37208f1c142fbf54cae43ab2163f77c8096964b75a" }, "downloads": -1, "filename": "django_simple_blog-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "824d17f3ae330f7c61f7a6b212a7d4a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17709, "upload_time": "2018-09-09T19:42:59", "url": "https://files.pythonhosted.org/packages/e7/16/3e76f9ae7d979be444cc2177c0ddc30b402686f279377eebe00c2a2003f9/django_simple_blog-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86fc2855af9433fee9ba99a57f1d0e42", "sha256": "c973d21b3a45245ba5c15cb16b80556fa6cfb13cab8b66b27d2a03acd4baa03d" }, "downloads": -1, "filename": "django-simple-blog-0.3.0.tar.gz", "has_sig": false, "md5_digest": "86fc2855af9433fee9ba99a57f1d0e42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12476, "upload_time": "2018-09-09T19:43:01", "url": "https://files.pythonhosted.org/packages/61/9c/bf6e751bd352dd99a24c1f5c5f94855031e668cd32e1ab953eae016b0a8c/django-simple-blog-0.3.0.tar.gz" } ] }