معرفی شرکت ها


dj-bootstrap-swatches-0.6.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A swatch page for Bootstrap styling
ویژگی مقدار
سیستم عامل -
نام فایل dj-bootstrap-swatches-0.6.0
نام dj-bootstrap-swatches
نسخه کتابخانه 0.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ben Warren
ایمیل نویسنده ben@maaina.com
آدرس صفحه اصلی https://github.com/bwarren2/dj-bootstrap-swatches
آدرس اینترنتی https://pypi.org/project/dj-bootstrap-swatches/
مجوز MIT
============================= Django Bootstrap Swatches ============================= .. image:: https://badge.fury.io/py/dj-bootstrap-swatches.svg :target: https://badge.fury.io/py/dj-bootstrap-swatches .. image:: https://travis-ci.org/bwarren2/dj-bootstrap-swatches.svg?branch=master :target: https://travis-ci.org/bwarren2/dj-bootstrap-swatches .. image:: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches/branch/master/graph/badge.svg :target: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches A swatch page for Bootstrap styling Documentation ------------- The full documentation is at https://dj-bootstrap-swatches.readthedocs.io. Quickstart ---------- Install Django Bootstrap Swatches:: pip install dj-bootstrap-swatches Add it to your `INSTALLED_APPS`: .. code-block:: python INSTALLED_APPS = ( ... 'dj_bootstrap_swatches.apps.DjBootstrapSwatchesConfig', ... ) Add Django Bootstrap Swatches's URL patterns: .. code-block:: python from dj_bootstrap_swatches import urls as dj_bootstrap_swatches_urls urlpatterns = [ ... url(r'^bootswatch/', include(dj_bootstrap_swatches_urls)), ... ] Per "Two Scoops of Django" design patterns, the default swatch page tries to extend a base template called `base.html` and a block called `content`. If this isn't your practice, you'll need to adjust things to fit. Features -------- * TODO Development -------- Run a fake server with the test settings and nav to `http://localhost:8000/3` .. code-block:: none python manage.py runserver --settings tests.settings Running Tests ------------- Does the code actually work? :: source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox Credits ------- Tools used in rendering this package: * Cookiecutter_ * `cookiecutter-djangopackage`_ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage Compilation of components due to Thomas Park via [Bootswatch](https://bootswatch.com/default/). History ------- 0.1.0 (2017-05-26) ++++++++++++++++++ * First release on PyPI.


نحوه نصب


نصب پکیج whl dj-bootstrap-swatches-0.6.0:

    pip install dj-bootstrap-swatches-0.6.0.whl


نصب پکیج tar.gz dj-bootstrap-swatches-0.6.0:

    pip install dj-bootstrap-swatches-0.6.0.tar.gz