{ "info": { "author": "Moccu GmbH & Co. KG", "author_email": "info@moccu.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "django-static-templates\n=======================\n\n.. image:: https://img.shields.io/pypi/v/django-static-templates.svg\n :target: https://pypi.org/project/django-static-templates/\n :alt: Latest Version\n\n.. image:: https://codecov.io/gh/moccu/django-static-templates/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/moccu/django-static-templates\n :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/django-static-templates/badge/?version=latest\n :target: https://django-static-templates.readthedocs.io/en/stable/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/moccu/django-static-templates.svg?branch=master\n :target: https://travis-ci.org/moccu/django-static-templates\n\n\n*django-static-templates* provides a management command to render Django templats\nas static files. Example usage might be static error pages to delivered by your reverse proxy\nif the Django applications dies.\n\n\nFeatures\n--------\n\n* Management command ``render_static_templates`` to create static files in your STATIC_ROOT.\n* Helpers to render templates as static files\n\n\nRequirements\n------------\n\ndjango-static-templates supports Python 3 only and requires at least Django 1.11.\n\n\nPrepare for development\n-----------------------\n\nA Python 3.6 interpreter is required in addition to pipenv.\n\n.. code-block:: shell\n\n $ pipenv install --python 3.6 --dev\n $ pipenv shell\n $ pip install -e .\n\n\nNow you're ready to run the tests:\n\n.. code-block:: shell\n\n $ pipenv run py.test\n\n\nResources\n---------\n\n* `Documentation `_\n* `Bug Tracker `_\n* `Code `_\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/moccu/django-static-templates", "keywords": "django static templates", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-static-templates", "package_url": "https://pypi.org/project/django-static-templates/", "platform": "", "project_url": "https://pypi.org/project/django-static-templates/", "project_urls": { "Homepage": "https://github.com/moccu/django-static-templates" }, "release_url": "https://pypi.org/project/django-static-templates/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "django-static-templates provides a management command to render Django templats as static files.", "version": "0.0.1" }, "last_serial": 4148119, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a4142fc73bdde0d300f8ca8084e3705f", "sha256": "7a6c2d59b3ea2200777c5e75a505a723998328db2a36b26b38c047bb0dda8a2f" }, "downloads": -1, "filename": "django_static_templates-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a4142fc73bdde0d300f8ca8084e3705f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4513, "upload_time": "2018-08-08T09:07:26", "url": "https://files.pythonhosted.org/packages/1f/60/d452cf69c053c257e54b943ae1c8ba332b8ea06ef1d42abf7e0c898e1230/django_static_templates-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d8a7ad335a33297f2a7474a87149b41", "sha256": "e849489f3e70ee36bbafba69cafecc20411b57f1ab0548407d02399ce04b692f" }, "downloads": -1, "filename": "django-static-templates-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0d8a7ad335a33297f2a7474a87149b41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4563, "upload_time": "2018-08-08T09:07:23", "url": "https://files.pythonhosted.org/packages/9d/6d/f9fe52c9c78374d65364105d56a14261d776a50dec282a2a067522dc168e/django-static-templates-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4142fc73bdde0d300f8ca8084e3705f", "sha256": "7a6c2d59b3ea2200777c5e75a505a723998328db2a36b26b38c047bb0dda8a2f" }, "downloads": -1, "filename": "django_static_templates-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a4142fc73bdde0d300f8ca8084e3705f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4513, "upload_time": "2018-08-08T09:07:26", "url": "https://files.pythonhosted.org/packages/1f/60/d452cf69c053c257e54b943ae1c8ba332b8ea06ef1d42abf7e0c898e1230/django_static_templates-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d8a7ad335a33297f2a7474a87149b41", "sha256": "e849489f3e70ee36bbafba69cafecc20411b57f1ab0548407d02399ce04b692f" }, "downloads": -1, "filename": "django-static-templates-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0d8a7ad335a33297f2a7474a87149b41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4563, "upload_time": "2018-08-08T09:07:23", "url": "https://files.pythonhosted.org/packages/9d/6d/f9fe52c9c78374d65364105d56a14261d776a50dec282a2a067522dc168e/django-static-templates-0.0.1.tar.gz" } ] }