django-dbtemplates


Namedjango-dbtemplates JSON
Version 4.0 PyPI version JSON
download
home_pagehttps://django-dbtemplates.readthedocs.io/
SummaryTemplate loader for templates stored in the database
upload_time2022-09-03 14:03:15
maintainer
docs_urlNone
authorJannis Leidel
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-dbtemplates
==================

.. image:: https://jazzband.co/static/img/badge.svg
   :alt: Jazzband
   :target: https://jazzband.co/

.. image:: https://github.com/jazzband/django-dbtemplates/workflows/Test/badge.svg
    :target: https://github.com/jazzband/django-dbtemplates/actions

.. image:: https://codecov.io/github/jazzband/django-dbtemplates/coverage.svg?branch=master
   :alt: Codecov
   :target: https://codecov.io/github/jazzband/django-dbtemplates?branch=master

``dbtemplates`` is a Django app that consists of two parts:

1. It allows you to store templates in your database
2. It provides `template loader`_ that enables Django to load the
   templates from the database

It also features optional support for versioned storage and django-admin
command, integrates with Django's caching system and the admin actions.

Please see https://django-dbtemplates.readthedocs.io/ for more details.

The source code and issue tracker can be found on Github:

https://github.com/jazzband/django-dbtemplates

.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types

            

Raw data

            {
    "_id": null,
    "home_page": "https://django-dbtemplates.readthedocs.io/",
    "name": "django-dbtemplates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jannis Leidel",
    "author_email": "jannis@leidel.info",
    "download_url": "",
    "platform": null,
    "description": "django-dbtemplates\n==================\n\n.. image:: https://jazzband.co/static/img/badge.svg\n   :alt: Jazzband\n   :target: https://jazzband.co/\n\n.. image:: https://github.com/jazzband/django-dbtemplates/workflows/Test/badge.svg\n    :target: https://github.com/jazzband/django-dbtemplates/actions\n\n.. image:: https://codecov.io/github/jazzband/django-dbtemplates/coverage.svg?branch=master\n   :alt: Codecov\n   :target: https://codecov.io/github/jazzband/django-dbtemplates?branch=master\n\n``dbtemplates`` is a Django app that consists of two parts:\n\n1. It allows you to store templates in your database\n2. It provides `template loader`_ that enables Django to load the\n   templates from the database\n\nIt also features optional support for versioned storage and django-admin\ncommand, integrates with Django's caching system and the admin actions.\n\nPlease see https://django-dbtemplates.readthedocs.io/ for more details.\n\nThe source code and issue tracker can be found on Github:\n\nhttps://github.com/jazzband/django-dbtemplates\n\n.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Template loader for templates stored in the database",
    "version": "4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ec29c435dd0c78f796509ee2d48a743ff33b31476ae4008dbcb3da36f25815b",
                "md5": "1fe66cc7d64d64136b1078cd2ef49a6c",
                "sha256": "a6ca7a921841a1cc411dadc7e10b61299bc4c0534b2a0ae53365e8494573bc93"
            },
            "downloads": -1,
            "filename": "django_dbtemplates-4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1fe66cc7d64d64136b1078cd2ef49a6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 84199,
            "upload_time": "2022-09-03T14:03:15",
            "upload_time_iso_8601": "2022-09-03T14:03:15.565225Z",
            "url": "https://files.pythonhosted.org/packages/7e/c2/9c435dd0c78f796509ee2d48a743ff33b31476ae4008dbcb3da36f25815b/django_dbtemplates-4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-03 14:03:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-dbtemplates"
}
        
Elapsed time: 0.06708s