معرفی شرکت ها


django-h5bp-0.3.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple HTML5 Boilerplate Django app that has some predefined template Blocks, useful to be extended in any application template.
ویژگی مقدار
سیستم عامل -
نام فایل django-h5bp-0.3.4
نام django-h5bp
نسخه کتابخانه 0.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Felipe Arruda Pontes
ایمیل نویسنده contato@arruda.blog.br
آدرس صفحه اصلی https://github.com/arruda/django-h5bp
آدرس اینترنتی https://pypi.org/project/django-h5bp/
مجوز MIT License
django-h5bp =========== A simple HTML5 Boilerplate Django app that has some predefined template Blocks, useful to be extended in any application template. Instalation ----------------------------------- pip install django-h5bp Usage ----------------------------------- Add this app to the 'installed_apps' settings: INSTALLED_APPS = ( ... 'django_h5bp', ) Extend the H5BP template in your base template, here is an example: {% extends "responsive/responsive_h5bp.html" %} {% block page-title %}My Great Project{% endblock %} {% block header %} <h1 class="title">Here is my page header</h1> {% endblock %} {% block main-container %} <div> <p>Hello World!</p> </div> {% endblock %} {% block footer %} <p>Footer</p> {% endblock %} That should be enought to have your base.html using the Responsive HTML5 Boilerplate Django template. Static Files ----------------------------------- The H5BP template comes with some JS in it, as well as the default css style, all of them are correctly configured in the template to use the {{ STATIC_URL }} tag. The only one missing is the favicon.ico, that you should set your own (else it would the default one, depending on the position you put the app in the installed app list). H5BP Template Blocks ----------------------------------- Here are all the blocks that exist in the responsive_h5bp.html: ### \<head\> * page-title * meta-description * meta-keywords * meta-author * meta-generator * meta-extras * css-extras ### \<body\>\<header\> * header ### \<body\>\<div class="main"\> * main-container ### \<body\> * js-imports ### \<body\>\<script type="text/javascript"\> * jquery-docready * jquery-winload ### \<body\>\<script type="text/javascript"\> * js-onpage ### \<body\> * analytics 404 Page ----------------------------------- This app also contains the HTML5 Boilerplate default 404 page, with no template tags. LICENSE ============= This software is distributed using MIT license, see LICENSE file for more details.


نحوه نصب


نصب پکیج whl django-h5bp-0.3.4:

    pip install django-h5bp-0.3.4.whl


نصب پکیج tar.gz django-h5bp-0.3.4:

    pip install django-h5bp-0.3.4.tar.gz