معرفی شرکت ها


django-template-check-0.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perform (minimal) syntax checks for Django templates.
ویژگی مقدار
سیستم عامل -
نام فایل django-template-check-0.4.0
نام django-template-check
نسخه کتابخانه 0.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joost Rijneveld
ایمیل نویسنده joost@joostrijneveld.nl
آدرس صفحه اصلی https://github.com/joostrijneveld/django-template-check
آدرس اینترنتی https://pypi.org/project/django-template-check/
مجوز CC0
django-template-check |travis| ============================== .. |travis| image:: https://travis-ci.org/joostrijneveld/django-template-check.svg?branch=master :target: https://travis-ci.org/joostrijneveld/django-template-check This package makes it possible to easily check for basic syntax errors in all loaded Django templates. This can be useful as part of a continuous integration step in a build process, so as not to discover these problems at runtime. Currently, checking is very minimal, simply relying on the exceptions raised by Django's compile and render template pipeline. Furthermore, only the default Django template backend is tested and supported. Requirements ------------ This package requires Django version 1.8 or greater, and has been tested with 2.2 and 3.0 Installation ------------ Simply get the package from ``pip``: :: pip install django-template-check Then make sure to add ``django_template_check`` to your ``INSTALLED_APPS`` in your ``settings.py``. It also requires the ``BASE_DIR`` setting to exist in your ``settings.py``, which should be present if you used the Django ``startproject`` template. Usage ----- After installing this package, simply use it by calling the management command: :: python manage.py templatecheck Optionally, only check templates that live inside the project directory by specifying the ``--project-only`` flag. This can be useful to ignore errors in 3rd party dependencies. License ------- All included code is available under the CC0 1.0 Universal Public Domain Dedication. django-template-check Changelog =============================== 0.3.1 (2018-01-08) ------------------ - Fix Django 2.0 support (thanks to Thom Wiggers). 0.3.0 (2016-08-25) ------------------ - Add --project-only option to ignore 3rd party code. 0.2.1 (2016-08-11) ------------------ - Fix a typo in the install instructions. 0.2.0 (2016-08-11) ------------------ - Return 1 when there are errors. 0.1.1 (2016-08-11) ------------------ - Fix packaging to actually include code. 0.1.0 (2016-08-11) ------------------ - Initial working prototype.


نیازمندی

مقدار نام
>=1.8 django


نحوه نصب


نصب پکیج whl django-template-check-0.4.0:

    pip install django-template-check-0.4.0.whl


نصب پکیج tar.gz django-template-check-0.4.0:

    pip install django-template-check-0.4.0.tar.gz