django-flashpolicies 1.3.1
Flash cross-domain policies for Django sites
This application enables simple Flash cross-domain access policies for Django sites. For example, the following URL pattern is all you'd need to set up cross-domain access for Flash files served from your media server:
url(r'^crossdomain.xml$',
'flashpolicies.views.simple',
{'domains': ['media.yoursite.com']}),
Various other views are included, handling other common and not-so-common cases, as well as utilities for generating custom cross-domain policies.
Full documentation for all functionality is also included and available online.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-flashpolicies-1.3.1.tar.gz (md5) | Source | 2009-06-28 11:18:12.778942 | 106KB | 153 | |
- Author: James Bennett <james at b-list org>
- Home Page: http://bitbucket.org/ubernostrum/django-flashpolicies/overview/
- Download URL: http://bitbucket.org/ubernostrum/django-flashpolicies/downloads/django-flashpolicies-1.3.1.tar.gz
- Categories
- Package Index Owner: ubernostrum
- DOAP record: django-flashpolicies-1.3.1.xml
Log in to rate this package.
