Skip to main content

Django app to display tours with shepherdjs

Project description

django-tours

Django app to display tours with shepherdjs

Python Logo

django-tours-1

Instalation

pip install django-tours

Use

Add to installed applications

# settings.py

INSTALLED_APPS = [
    # ...
    'tours',
    # ...
]

Optional configuration:

If you want to set default variables, you can add the following in your settings.py file:

# settings.py

DEFAULT_SHEPHERD_JS = 'https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/js/shepherd.min.js'
DEFAULT_SHEPHERD_CSS = 'https://cdn.jsdelivr.net/npm/shepherd.js@latest/dist/css/shepherd.css'

Add the URLs

urlpatterns = [
    # ...
    path('tours/', include('tours.urls')),
    # ...
]

Run the migrations

python manage.py migrate

Load tours into the template

{% load tours %}

{% load_tours request %}

Licence

This project is licensed under the MIT License. See LICENSE file for details.

Proyect Status

This project is in Production/Stable ✔

Contribution 💗

If you find value in this project and would like to show your support, please consider making a donation via PayPal:

Donate on PayPal

Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_tours-1.1.1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

django_tours-1.1.1-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file django_tours-1.1.1.tar.gz.

File metadata

  • Download URL: django_tours-1.1.1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for django_tours-1.1.1.tar.gz
Algorithm Hash digest
SHA256 2a856e895d36066ed1283eab83cc5399871391e626fce26a65ec19ee902f7618
MD5 17b4cf2043739b33187ce628df6362b7
BLAKE2b-256 5fa0368caf1a8e8d77186e479ef2d6427f670b700b5df3847ea4faf263d7dd32

See more details on using hashes here.

File details

Details for the file django_tours-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: django_tours-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for django_tours-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0e6a57c4e2b6854b052aaf03b9b173cee9e1219625bd4613ed870e35e482560f
MD5 00bd7feeed64ba44edf79bc827a81b7b
BLAKE2b-256 4ffd2f372fee92e74a51b76f2b2755c5a733ad90260b90225bd30ac013d41215

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page