django-iframetoolbox

Software Screenshot:
django-iframetoolbox
Software Details:
Version: 0.2.1
Upload Date: 20 Feb 15
Developer: Domantas Jackunas
Distribution Type: Freeware
Downloads: 0

Rating: 3.5/5 (Total Votes: 2)

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 to django-iframetoolbox

Comments not found
Add Comment
Turn on images!