Skip to main content

Django set of tools to work inside iframe

Project description

Django-iframe

This 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).

TODO:

Propper docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-iframetoolbox-0.2.1.tar.gz (4.0 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page