{ "info": { "author": "Keryn Knight", "author_email": "django-varlet@kerynknight.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "django-varlet\n=============\n\n:author: Keryn Knight\n:version: 0.2.3\n\n.. |travis_stable| image:: https://travis-ci.org/kezabelle/django-varlet.svg?branch=0.2.3\n :target: https://travis-ci.org/kezabelle/django-varlet\n\n.. |travis_master| image:: https://travis-ci.org/kezabelle/django-varlet.svg?branch=master\n :target: https://travis-ci.org/kezabelle/django-varlet\n\n============== ======\nRelease Status\n============== ======\nstable (0.2.3) |travis_stable|\nmaster |travis_master|\n============== ======\n\nAn implementation of models, views etc. that can act as **pages**, though they\nhave no content fields to speak of. Bring Your Own Content.\n\nPages consist only of a URL and a way to render a template at that URL. The\ndefault model implementation uses `django-templateselector`_ to provide template\nselection from HTML files within ``/varlet/pages/layouts``\n\nThe application uses `swapper`_ to theoretically allow for using a different\nmodel.\n\nIf the application is mounted at the project root ``/``, Pages may not have\nURLs which collide with those of another application in the urlconf.\n\nThe license\n-----------\n\nIt's the `FreeBSD`_. There's should be a ``LICENSE`` file in the root of the repository, and in any archives.\n\n.. _FreeBSD: http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29\n.. _django-templateselector: https://github.com/kezabelle/django-template-selector\n.. _swapper: https://github.com/wq/django-swappable-models\n\n\n----\n\nCopyright (c) 2017, Keryn Knight\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n----\n\nChange history for django-varlet\n-------------------------------------------------------------\n\n0.2.3\n^^^^^^\n* Autocomplete outside of the tests & demo project (ie: any actual usage)\n wasn't working, and worse, was causing a ``TemplateDoesNotExist`` exception\n for the change form. See ``6b8487db38a5c0abab7af324cf05b2144f4dea67``\n\n0.2.2\n^^^^^^\n* Fixed tests which broke via continuous integration, but didn't with my local\n requirements, because I'd introduced further validation in ``django-templateselector``\n See ``9834ef35189805152f1a61f6b7d02d5f4a20c06e`` for the changes.\n\n0.2.1\n^^^^^^\n* Added typeahead/autocomplete to the URL field for a page.\n\n0.2.0\n^^^^^^\n* Initial release\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kezabelle/django-varlet", "keywords": "django varlet url template", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-varlet", "package_url": "https://pypi.org/project/django-varlet/", "platform": "", "project_url": "https://pypi.org/project/django-varlet/", "project_urls": { "Homepage": "https://github.com/kezabelle/django-varlet" }, "release_url": "https://pypi.org/project/django-varlet/0.2.3/", "requires_dist": [ "Django (>=1.11)", "djangorestframework (>=3.6)", "swapper (>=1.0.0)", "django-templateselector (>=0.2.3)" ], "requires_python": "", "summary": "URLs which render specified templates, controlled via models and the admin", "version": "0.2.3" }, "last_serial": 3170400, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "becde98e94560d50ab7d48d607541301", "sha256": "6d4d6d3fa346b9e1c160e25b948e866d0b2d374da49491adc2d51604fd92c8a5" }, "downloads": -1, "filename": "django_varlet-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "becde98e94560d50ab7d48d607541301", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20455, "upload_time": "2017-08-30T15:30:59", "url": "https://files.pythonhosted.org/packages/90/ef/9e17ea07af454ed0ec27f1d6fa4c26e8ff9e25d62b9bc21c94bf58883ef1/django_varlet-0.2.0-py2.py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "916b1bc861956d4dec9e37b4c7df5739", "sha256": "c372b2cd71a105ff056d8a1805ad4c3919b5bff703b983d494943bbad312b12e" }, "downloads": -1, "filename": "django_varlet-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "916b1bc861956d4dec9e37b4c7df5739", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38691, "upload_time": "2017-09-11T20:50:55", "url": "https://files.pythonhosted.org/packages/75/8c/a644a329fda49e84de19758b80cf685887a171a758f3b96dcf697407bd18/django_varlet-0.2.2-py2.py3-none-any.whl" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "2fcce0fde46f41728468d83950c5c084", "sha256": "e975adaf9aa4546118688754c1df4f3bde42656a967d20327fe6561f551f4680" }, "downloads": -1, "filename": "django_varlet-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2fcce0fde46f41728468d83950c5c084", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39584, "upload_time": "2017-09-13T10:52:59", "url": "https://files.pythonhosted.org/packages/94/a2/083f32982dfadf07c6078b7883201977411c4800a7f086e6223e0911f62b/django_varlet-0.2.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2fcce0fde46f41728468d83950c5c084", "sha256": "e975adaf9aa4546118688754c1df4f3bde42656a967d20327fe6561f551f4680" }, "downloads": -1, "filename": "django_varlet-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2fcce0fde46f41728468d83950c5c084", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39584, "upload_time": "2017-09-13T10:52:59", "url": "https://files.pythonhosted.org/packages/94/a2/083f32982dfadf07c6078b7883201977411c4800a7f086e6223e0911f62b/django_varlet-0.2.3-py2.py3-none-any.whl" } ] }