{ "info": { "author": "Vinay Pai", "author_email": "vinay@vinaypai.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System" ], "description": "# django-simple-cms\nA super simple CMS for Django that lets you create pages and blog posts. This app lets you create and manage navigation menus, simple pages like your site's About Us page, and create blog posts. You can edit the raw HTML or optionally use [TinyMCE Lite](https://pypi.org/project/django-tinymce4-lite/) for WYSIWIG editing.\n\nThis app is only intended for simple uses by trusted users, and allows you to insert content directly into pages including script tags.\n\n## Requirements\n* `django` >= 1.11\n* `django-mptt` >= 0.9\n* `pillow` >= 2.1\n* `django-tinymce4-lite` >= 1.6 (optional, for WYSIWIG editing)\n\n## Quick Start\nInstall `django-simple-cms`\n```\npip install django-simple-cms\n```\nAdd `cms` to `INSTALLED_APPS` in your project's `settings.py`.\n\n```python\nINSTALLED_APPS = (\n ...\n 'cms',\n ...\n)\n```\n\nRun migrations in your project to create the models for the CMS app.\n\n```\n./manage.py migrate cms\n```\n\nIf you want WYSIWIG editing, also follow the [installation guide](https://pypi.org/project/django-tinymce4-lite/#quick-start) for `django-tinymce4-lite`.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vinaypai/django-simple-cms/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-simple-cms", "package_url": "https://pypi.org/project/django-simple-cms/", "platform": "", "project_url": "https://pypi.org/project/django-simple-cms/", "project_urls": { "Homepage": "https://github.com/vinaypai/django-simple-cms/" }, "release_url": "https://pypi.org/project/django-simple-cms/0.1.2/", "requires_dist": [ "django-mptt (>=0.9)", "django (>=1.11)", "pillow (>=2.1)" ], "requires_python": "", "summary": "A simple CMS for django", "version": "0.1.2" }, "last_serial": 4682323, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "9da4e5a96c56dc602743365a2c646f0a", "sha256": "10bc1b856e6cf1c274360447fbad24c8b0a67a73153e470c2691502e58bc083e" }, "downloads": -1, "filename": "django_simple_cms-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9da4e5a96c56dc602743365a2c646f0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21896, "upload_time": "2019-01-10T19:09:30", "url": "https://files.pythonhosted.org/packages/a1/a8/896af3cc14bdef0dc38cafbf550a297500537bd22890bcad4df84b80f035/django_simple_cms-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4541ae3aa2b56ebd004b21f8b72236ba", "sha256": "967c72c9ddeaa386734402dde3e889af0c5caa7ec8c2dfbf85ffef9c3a777536" }, "downloads": -1, "filename": "django-simple-cms-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4541ae3aa2b56ebd004b21f8b72236ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6024, "upload_time": "2019-01-10T19:09:32", "url": "https://files.pythonhosted.org/packages/02/ab/4e2eba561a340af33bc600a11fa3ae4a03e206482f11b4082dab1f386f4a/django-simple-cms-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9da4e5a96c56dc602743365a2c646f0a", "sha256": "10bc1b856e6cf1c274360447fbad24c8b0a67a73153e470c2691502e58bc083e" }, "downloads": -1, "filename": "django_simple_cms-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9da4e5a96c56dc602743365a2c646f0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21896, "upload_time": "2019-01-10T19:09:30", "url": "https://files.pythonhosted.org/packages/a1/a8/896af3cc14bdef0dc38cafbf550a297500537bd22890bcad4df84b80f035/django_simple_cms-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4541ae3aa2b56ebd004b21f8b72236ba", "sha256": "967c72c9ddeaa386734402dde3e889af0c5caa7ec8c2dfbf85ffef9c3a777536" }, "downloads": -1, "filename": "django-simple-cms-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4541ae3aa2b56ebd004b21f8b72236ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6024, "upload_time": "2019-01-10T19:09:32", "url": "https://files.pythonhosted.org/packages/02/ab/4e2eba561a340af33bc600a11fa3ae4a03e206482f11b4082dab1f386f4a/django-simple-cms-0.1.2.tar.gz" } ] }