Skip to content

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

License

Notifications You must be signed in to change notification settings

fleonasb/django4-bootstrap-breadcrumbs

 
 

Repository files navigation

The original repository (https://github.com/marcanuy/django-dynamic-breadcrumbs) was archived without applying pull requests to add compatibility for Django 4.

django-bootstrap-breadcrumbs

Version

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

Testing

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===1.9.1 .

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.2%
  • HTML 4.0%
  • Dockerfile 2.2%
  • Makefile 0.6%