Skip to main content

A simple model to keep track of Bootstrap Tours delivered to new users

Project description

Podiant tours

Build Coverage

A simple model to keep track of Bootstrap Tours delivered to new users

Quickstart

Install Tours:

pip install podiant-tours

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'tours',
    ...
)

Add Tours' URL patterns:

from tours import urls as tours_urls

urlpatterns = [
    ...
    url(r'^', include(tours_urls)),
    ...
]

Running tests

Does the code actually work?

coverage run --source tours runtests.py

Credits

Tools used in rendering this package:

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

podiant-tours-0.1.0.tar.gz (4.4 kB view hashes)

Uploaded Source

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