Software Details:
Version: 0.2.1
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 0
django-iframetoolbox is a set of tools/utilities gathered to be used in iframes for example social network applications.
Iframe fix middleware
middleware that fixes IE PS3 and Safari Cookie problems.
Usage
Add new midleware after session creation:
MIDDLEWARE_CLASSES = (
...
'iframetoolbox.middleware.IFrameFixMiddleware',
...
)
add iframetoolbox to installed apps:
INSTALLED_APPS = (
...
'iframetoolbox',
...
)
add url config:
url(r'^iframe/', include('iframetoolbox.urls')),
If needed overwrite templates with your message and style. For refference look at source (download url).
Requirements:
- Python
- Django
Comments not found