podiant-tours 0.1.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

podianttours 0.1.0

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:

Cookiecutter
cookiecutter-djangopackage

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.