A simple Django app to use breadcrumbs-based navigation
Project description
Breadcrumbs is a Django application to use breadcrumbs-based navigation.
Running the tests
Create and load an isolated Django test environment:
$ virtualenv env $ source env/bin/activate $ pip install -r requirements.txt
Run the tests:
$ ./runtests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.