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 details)

Uploaded Source

File details

Details for the file django-iframetoolbox-0.2.1.tar.gz.

File metadata

File hashes

Hashes for django-iframetoolbox-0.2.1.tar.gz
Algorithm Hash digest
SHA256 df4dd95270ff08fa74f2c19b13871668f5c36ff88b798d3a3c69a7f1a701fe10
MD5 508f0f87b937a375f960beaca5b1083b
BLAKE2b-256 4bc5cbe71369a1e66ee10e7fb7b638a14a207c3683b5190317c4cb042c8ab5d1

See more details on using hashes here.

Supported by

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