Metadata-Version: 2.4
Name: django-referer-breadcrumbs
Version: 0.0.2
Summary: A Django app for generating a breadcrumbs from the refferer url (previosly visited), or by using yourown list of urls. It is customizable via template variables. Easy to set up and configure
Project-URL: Homepage RU, https://timthewebmaster.com/ru/tools/breadcrumbs-for-django/
Project-URL: Homepage EN, https://timthewebmaster.com/en/tools/breadcrumbs-for-django/
Project-URL: Issues RU, https://timthewebmaster.com/ru/tools/breadcrumbs-for-django/#comments_limiter
Project-URL: Issues EN, https://timthewebmaster.com/en/tools/breadcrumbs-for-django/#comments_limiter
Author-email: Tim The Webmaster <timachuduk@gmail.com>
License-Expression: MIT
License-File: LICENCE
Keywords: breadcrumbs,customizable,django,django app,navigation,referer,timthewebmaster
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Pre-processors
Requires-Python: >=3.10
Requires-Dist: django>=5.1.7
Description-Content-Type: text/markdown

# Django simple referer-based breadcrumbs generator

This project is intended to be a plug-and-play Django app. It is generating a breadcrumbs from a referer url for the specified page.
To see more details about how to install and set up, go to the homepage.