A simple model to keep track of Bootstrap Tours delivered to new users
Project description
Podiant tours
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
Release history Release notifications | RSS feed
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)