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 details)
File details
Details for the file podiant-tours-0.1.0.tar.gz
.
File metadata
- Download URL: podiant-tours-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
20ee2cba9ae1759b288833eda203a291b98e1401328222d75b35fca36b801d19
|
|
MD5 |
1a9a136c0fc8eb505d8472d9884a3000
|
|
BLAKE2b-256 |
fa9d7ba0f1acb91d7e049c7f7ebd9603da97c06736793c653d716e8f0a083ee7
|