django-iframetoolbox

Django set of tools to work inside iframe
Download

django-iframetoolbox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Domantas Jackunas
  • Publisher web site:
  • https://bitbucket.org/JackLeo/

django-iframetoolbox Tags


django-iframetoolbox Description

django-iframetoolbox is a set of tools/utilities gathered to be used in iframes for example social network applications.Iframe fix middlewaremiddleware that fixes IE PS3 and Safari Cookie problems.UsageAdd 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).Product's homepage


django-iframetoolbox Related Software