معرفی شرکت ها


django-templateloaderwithpriorities-1.0dev


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Django Template Loader with priorities
ویژگی مقدار
سیستم عامل -
نام فایل django-templateloaderwithpriorities-1.0dev
نام django-templateloaderwithpriorities
نسخه کتابخانه 1.0dev
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Vincenzo E. Antignano (@qubird)
ایمیل نویسنده @qubird
آدرس صفحه اصلی https://github.com/qubird/django-templateloaderwithpriorities
آدرس اینترنتی https://pypi.org/project/django-templateloaderwithpriorities/
مجوز GNU General Public License (GPL)
=================================== Django TemplateLoaderWithPriorities =================================== A django template loader that allows you to control the order which the template dirs (filesystem directories or apps' template directories) are resolved in. Useful when you want to override third party apps templates. ==================== Installation and use ==================== Get ``templateloaderwithpriorities`` from pypy or github:: $ pip install django-templateloaderwithpriorities or:: $ pip install -e git+git://github.com/qubird/django-templateloaderwithpriorities#egg=templateloaderwithpriorities Once installed, put the loader on top of ``settings.TEMPLATE_LOADERS``:: TEMPLATE_LOADERS = ('templateloaderwithpriorities.Loader', ) + TEMPLATE_LOADERS Be sure that it's the first item of ``TEMPLATE_LOADERS``, else your priorities will be ignored. Then add ``TEMPLATE_LOADER_PRIORITIES`` to your settings.py:: TEMPLATE_LOADER_PRIORITIES = [ 'my.app', '/path/to/my/custom/templates' ] The loader searches for templates in the given order, looking for the ``templates`` directory if the item is an app, or the directory itself if the item is an absolute path. First come, first served.


نحوه نصب


نصب پکیج whl django-templateloaderwithpriorities-1.0dev:

    pip install django-templateloaderwithpriorities-1.0dev.whl


نصب پکیج tar.gz django-templateloaderwithpriorities-1.0dev:

    pip install django-templateloaderwithpriorities-1.0dev.tar.gz