File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,17 @@ it will have the breadcrumbs generated from the URL path.
6868
6969Tweak default [ settings] ( https://django-dynamic-breadcrumbs.readthedocs.io/en/latest/ref/settings.html ) .
7070
71+ # Example site
72+
73+ There is an example site to see how it works at [ example_site] ( https://github.com/marcanuy/django-dynamic-breadcrumbs/tree/main/example_site ) . To
74+ run it, in ` example_site ` directory:
75+
76+ 1 . Create db: ` python manage.py migrate `
77+ 2 . Load fixtures ` python manage.py loaddata fixtures.json `
78+ 3 . Run the server ` python manage.py runserver `
79+
80+ Note: Fixtures were created with a sample database with ` ./manage.py dumpdata --all --format json -o fixtures.json ` .
81+
7182# Documentation
7283
7384Full docs at: https://django-dynamic-breadcrumbs.readthedocs.io/
You can’t perform that action at this time.
0 commit comments