معرفی شرکت ها


django-pascal-templates-0.8.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django generic views with PascalCase template paths with model named folders.
ویژگی مقدار
سیستم عامل -
نام فایل django-pascal-templates-0.8.9
نام django-pascal-templates
نسخه کتابخانه 0.8.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Janusz Skonieczny
ایمیل نویسنده js+pypi@bravelabs.pl
آدرس صفحه اصلی https://github.com/wooyek/django-pascal-templates
آدرس اینترنتی https://pypi.org/project/django-pascal-templates/
مجوز MIT
django-pascal-templates ======================= Django generic views with PascalCase template paths with model named folders. https://github.com/wooyek/django-pascal-templates .. image:: https://img.shields.io/travis/wooyek/django-pascal-templates.svg :target: https://travis-ci.org/wooyek/django-pascal-templates .. image:: https://img.shields.io/coveralls/wooyek/django-pascal-templates.svg :target: https://coveralls.io/github/wooyek/django-pascal-templates .. image:: https://img.shields.io/pypi/v/django-pascal-templates.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/django-pascal-templates/ .. image:: https://img.shields.io/pypi/dm/django-pascal-templates.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/django-pascal-templates/ Usage ----- Replace your usual generic view imports with: .. code:: python from pascal_templates.views import DetailView, CreateView, UpdateView, DeleteView, ListView And in result get additional template_names allowing you to keep templates in folders named after your models: .. code:: python names = [ 'some_app/somemodel_detail.html', 'some_app/SomeModel/detail.html', # This is what you get ] In effect you can use a nice folder structure with templates that are easy to manage: .. code:: bash templates ├── SomeModel │   ├── detail.html │   ├── form.html │   └── list.html ├── SomeOtherModel │   ├── detail.html │   ├── form.html │   └── list.html


نحوه نصب


نصب پکیج whl django-pascal-templates-0.8.9:

    pip install django-pascal-templates-0.8.9.whl


نصب پکیج tar.gz django-pascal-templates-0.8.9:

    pip install django-pascal-templates-0.8.9.tar.gz