{ "info": { "author": "c&c", "author_email": "studio@designcc.co.uk", "bugtrack_url": null, "classifiers": [ "Framework :: Django" ], "description": "About\n==================================================\n\nccpages is a lightweight pages application.\n\nRequirements\n--------------------------------------------\n\n- `Django`_ > 1.4\n- `mptt`_\n- `Markdown2`_\n- `ccfiletypes`_\n\nMarkdown, django-mptt and ccfiletypes will be installed if you don't already have them.\n\nQuick Installation Instructions\n--------------------------------------------\n\nInstall ccpages::\n\n pip install django-ccpages\n\n\nNext add `ccpages` & `MPTT` to your installed apps::\n\n INSTALLED_APPS = (\n ...\n 'ccpages',\n 'mptt',\n )\n\n\n`ccpages` requires `ccfiletypes`_ and django-writingfield these will be installed with pip. Make\nsure that `ccfiletypes`_ is also in your installed apps. It only needs to be\nonce::\n\n INSTALLED_APPS = (\n ...\n 'ccfiletypes',\n 'writingfield',\n )\n\nWire it up to your root urls.py::\n\n urlpatterns += ('',\n ...\n ('^pages/', include('ccpages.urls', namespace='ccpages')),\n )\n\nThen run syncdb::\n\n python manage.py syncdb\n\n\nFinally you'll need to run the collectstatic command to get all of the static\nfiles into your static root::\n\n python manage.py collectstatic\n\n\nFor full info please refer to the `documentation`_.\n\nFeatures\n==================================================\n\nPassword protected pages\n----------------------------\n\nPages can be password protected with a password. The password is stored in\nplain text and this mechanism is not meant to store highly sensitive\ninformation. It is merely intended to provide a means of allowing a group of\npeople access to content without having a dependancy on user authentication.\n\n\n\nLicense\n==================================================\n\nccpages is released under a `3 clause BSD license.`_\n\n.. _`3 clause BSD license.`: http://www.opensource.org/licenses/bsd-3-clause\n.. _`Markdown2`: https://github.com/trentm/python-markdown2/\n.. _`ccfiletypes`: https://github.com/designcc/django-ccfiletypes\n.. _`Django`: https://www.djangoproject.com/\n.. _`mptt`: https://github.com/django-mptt/django-mptt\n.. _`documentation`: http://readthedocs.org/docs/django-ccpages/en/latest/\n.. _`ccpages`: https://github.com/designcc/django-ccpages", "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/designcc/django-ccpages", "keywords": null, "license": "BSD 3 Clause", "maintainer": null, "maintainer_email": null, "name": "django-ccpages", "package_url": "https://pypi.org/project/django-ccpages/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ccpages/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/designcc/django-ccpages" }, "release_url": "https://pypi.org/project/django-ccpages/1.8.0/", "requires_dist": null, "requires_python": null, "summary": "A lightweight pages application for Django", "version": "1.8.0" }, "last_serial": 1024069, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "e7c3e97294d7e288d697eae51912d6dc", "sha256": "f061fdca9041d8e2a775a78ba554ab9acaa6d85203fe73416937223b55195821" }, "downloads": -1, "filename": "django-ccpages-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e7c3e97294d7e288d697eae51912d6dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1138786, "upload_time": "2012-05-25T09:29:50", "url": "https://files.pythonhosted.org/packages/76/e3/55bfcb6699413b37d5128a4697f0268012424bcac2627edf7086a86d7bb9/django-ccpages-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "eea88651850f6ddc3b3f393ec7dd3ebf", "sha256": "8607e5a877a03735e55fc2e9b7f653b0df12b0e4ec9ff869190246ff0e3c6659" }, "downloads": -1, "filename": "django-ccpages-0.0.5.tar.gz", "has_sig": false, "md5_digest": "eea88651850f6ddc3b3f393ec7dd3ebf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8866, "upload_time": "2012-05-27T10:41:22", "url": "https://files.pythonhosted.org/packages/33/c4/c0a0291bb079665ade4327719b6500cff19eb2cdef1cd493b87dba6b044b/django-ccpages-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "e11687f4a5a4b52035a18af1d464dcb0", "sha256": "0b701d169ef5ea6b71e4d0b14afe4ff14372de249005eb94d5b3dfde5052e00e" }, "downloads": -1, "filename": "django-ccpages-0.0.6.tar.gz", "has_sig": false, "md5_digest": "e11687f4a5a4b52035a18af1d464dcb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19487, "upload_time": "2012-05-27T17:03:17", "url": "https://files.pythonhosted.org/packages/13/a7/b4c4c48d60bc2353d4ebc67bbf716ba39b5e5ff1c4108ba2e55b17cacad5/django-ccpages-0.0.6.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "1329ad3e178a86e170e10fb0fbedcd91", "sha256": "ddce1aefb89f039b25961d8073384f80d6dce2f910b2fbb6fc4e4db844ab1b9a" }, "downloads": -1, "filename": "django-ccpages-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1329ad3e178a86e170e10fb0fbedcd91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19489, "upload_time": "2012-05-28T09:27:36", "url": "https://files.pythonhosted.org/packages/c8/9d/28bc13a5675b601f1644ee90c92e7a2f2cd5958b6cfabb5650014d79e738/django-ccpages-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "88ae2b627e1e40267dec9819db5124e0", "sha256": "879aaea359e1d429face88a9543524e5a35f7bba52c62bb4ef0ad22e6127804b" }, "downloads": -1, "filename": "django-ccpages-0.1.1.tar.gz", "has_sig": false, "md5_digest": "88ae2b627e1e40267dec9819db5124e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49417, "upload_time": "2012-06-22T18:16:15", "url": "https://files.pythonhosted.org/packages/cd/19/22e8b4491649c4827ccf86d11b1e8a1d574b55ea2adc57d0358f78c24509/django-ccpages-0.1.1.tar.gz" } ], "0.1.5": [], "1.6.2": [ { "comment_text": "", "digests": { "md5": "5587bd29e0d219911ec4e32def2bf97c", "sha256": "967111f1c5c279a4143de346f99cc9b88246fb6197b63419ad5d415d0280bfb3" }, "downloads": -1, "filename": "django-ccpages-1.6.2.tar.gz", "has_sig": false, "md5_digest": "5587bd29e0d219911ec4e32def2bf97c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51514, "upload_time": "2012-07-29T23:11:07", "url": "https://files.pythonhosted.org/packages/81/fe/72a80ee85207b978988a14799ca8aa192d7cc1b359b4b0defd58ce8f7b94/django-ccpages-1.6.2.tar.gz" } ], "1.6.3.1": [ { "comment_text": "", "digests": { "md5": "223806bde1d1ca9bffca603437f2e5ef", "sha256": "252c7efa335aba0274484720e98353b75daa8aa43ee52392e54434d93221fe96" }, "downloads": -1, "filename": "django-ccpages-1.6.3.1.tar.gz", "has_sig": false, "md5_digest": "223806bde1d1ca9bffca603437f2e5ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51664, "upload_time": "2012-07-31T15:53:04", "url": "https://files.pythonhosted.org/packages/a8/d5/1fc6537a0479ac65775d213b2a2b09d0fa1741d7c005e61139fdb81c9f95/django-ccpages-1.6.3.1.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "e0e0465440c2b599065d1decf6c24795", "sha256": "c8ca386c5a1bef352a7ceb3fd404444215cf5b7072b11bb70849c4072565c302" }, "downloads": -1, "filename": "django-ccpages-1.7.0.tar.gz", "has_sig": false, "md5_digest": "e0e0465440c2b599065d1decf6c24795", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52204, "upload_time": "2012-09-03T12:09:03", "url": "https://files.pythonhosted.org/packages/e6/3e/1f5b54feebb5391f0927b99b4a40c38ecb62086b46bba2c2a29d5398d34d/django-ccpages-1.7.0.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "5b5c1a19004649bea741c32656d280fd", "sha256": "5c205a6527f040d466eb6ed3728f84fdb7505dd3735f786da6a006c79e068f57" }, "downloads": -1, "filename": "django-ccpages-1.8.0.tar.gz", "has_sig": false, "md5_digest": "5b5c1a19004649bea741c32656d280fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52056, "upload_time": "2014-03-09T18:05:11", "url": "https://files.pythonhosted.org/packages/b5/93/182edb33eee51e16ba66bea5ddfd77d3a9a0f3d7af2c40d29de7d051134f/django-ccpages-1.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b5c1a19004649bea741c32656d280fd", "sha256": "5c205a6527f040d466eb6ed3728f84fdb7505dd3735f786da6a006c79e068f57" }, "downloads": -1, "filename": "django-ccpages-1.8.0.tar.gz", "has_sig": false, "md5_digest": "5b5c1a19004649bea741c32656d280fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52056, "upload_time": "2014-03-09T18:05:11", "url": "https://files.pythonhosted.org/packages/b5/93/182edb33eee51e16ba66bea5ddfd77d3a9a0f3d7af2c40d29de7d051134f/django-ccpages-1.8.0.tar.gz" } ] }