GithubHelp home page GithubHelp logo

nad2000 / bootstrap-breadcrumbs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prymitive/bootstrap-breadcrumbs

0.0 0.0 0.0 266 KB

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template

Home Page: django-bootstrap-breadcrumbs.readthedocs.org

License: MIT License

Python 91.16% Makefile 0.63% HTML 5.86% Dockerfile 2.36%

bootstrap-breadcrumbs's Introduction

django-bootstrap-breadcrumbs

Version PyPI - Downloads Django CI run test

Documentation

https://django-bootstrap-breadcrumbs.readthedocs.org/en/latest/

Note

This is a fork of the uncontinued repo django-bootstrap-breadcrumbs by prymitive. The repository tries to keep the functionality uptodate with current versions of python and django. Support for python2, python < 3.8 and django < 3.2 was dropped. if you need to keep lower versions of python or django install the orginal version of prymitive.

Installation

pip install django-bootstrap-breadcrumbs2

Testing

Plain testing:

py.test -v --pycodestyle --cov=django_bootstrap_breadcrumbs

Included Dockerfile allows to run tests using python3 from debian jessie.

Test with the most recent django version::

docker build .

To specify django version to use for testing set the version via DJANGO arg to docker::

docker build --build-arg DJANGO===3.2.11 .

DJANGO argument will be passed to pip using pip install Django${DJANGO}, so you can pass any version string pip accepts (==version, >=version).

To make testing easier there is a Makefile provided which wraps docker commands.

Run tests agains multiple versions of Django set in Makefile::

make

To run tests against any version run::

make $VERSION

Example::

make 1.10.2

bootstrap-breadcrumbs's People

Contributors

bitdeli-chef avatar christianwgd avatar cvrebert avatar ekohl avatar gnuwho avatar jelouemoncampingcar avatar jp-ellis avatar nad2000 avatar prymitive avatar rolandgeider avatar tony avatar vadpro avatar vladimirnani avatar xchrdw avatar zopieux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.