{"id":14972846,"url":"https://github.com/wilmerm/django-tours","last_synced_at":"2025-10-26T20:32:13.422Z","repository":{"id":210762328,"uuid":"727090420","full_name":"wilmerm/django-tours","owner":"wilmerm","description":"Django app to display tours with shepherdjs","archived":false,"fork":false,"pushed_at":"2024-06-18T16:58:45.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T22:07:58.645Z","etag":null,"topics":["django","django-framework","django-tours","python","python-library","python3","shepherd","tours"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wilmerm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-04T06:54:34.000Z","updated_at":"2024-06-18T16:58:48.000Z","dependencies_parsed_at":"2024-06-18T18:57:21.216Z","dependency_job_id":"e6bb6cce-fb20-4ee9-94fd-0cc617299c2b","html_url":"https://github.com/wilmerm/django-tours","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":"0.19999999999999996","last_synced_commit":"5617dfda6dc0fd40db4472c3617a2135c22ff645"},"previous_names":["wilmerm/django-tour"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fdjango-tours","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fdjango-tours/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fdjango-tours/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fdjango-tours/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilmerm","download_url":"https://codeload.github.com/wilmerm/django-tours/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236601679,"owners_count":19175413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-framework","django-tours","python","python-library","python3","shepherd","tours"],"created_at":"2024-09-24T13:47:37.939Z","updated_at":"2025-10-26T20:32:08.134Z","avatar_url":"https://github.com/wilmerm.png","language":"Python","funding_links":["https://paypal.me/martinezwilmer?country.x=DO\u0026locale.x=es_XC"],"categories":[],"sub_categories":[],"readme":"# django-tours\n\nDjango app to display tours with [shepherdjs](https://shepherdjs.dev/)\n\n![Python Logo](https://www.python.org/static/community_logos/python-logo.png \"Sample inline image\")\n\n![django-tours-1](https://github.com/wilmerm/django-tours/assets/44853160/d7a8c20f-ddb1-4f93-b287-e143813aef95)\n\n## Instalation\n\n```sh\npip install django-tours\n```\n\n## Use\n\n### Add to installed applications\n\n```py\n# settings.py\n\nINSTALLED_APPS = [\n    # ...\n    'tours',\n    # ...\n]\n```\n\n### Optional configuration:\n\n**If you want to set default variables, you can add the following in your settings.py file:**\n\n```py\n# settings.py\n\nDEFAULT_SHEPHERD_JS = 'https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/js/shepherd.min.js'\nDEFAULT_SHEPHERD_CSS = 'https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/css/shepherd.css'\n```\n\n### Add the URLs\n\n```py\nurlpatterns = [\n    # ...\n    path('tours/', include('tours.urls')),\n    # ...\n]\n```\n\n### Run the migrations\n\n```sh\npython manage.py migrate\n```\n\n### Load tours into the template\n\n```django\n{% load tours %}\n\n{% load_tours request %}\n```\n\n## Licence\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) file for details.\n\n## Proyect Status\n\nThis project is in Production/Stable ✔\n\n## Contribution 💗\n\nIf you find value in this project and would like to show your support, please consider making a donation via PayPal:\n\n[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO\u0026locale.x=es_XC)\n\nYour generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmerm%2Fdjango-tours","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilmerm%2Fdjango-tours","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmerm%2Fdjango-tours/lists"}