django-flashpolicies 1.4.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.4.1.tar.gz (md5) | Source | 2010-03-14 | 153KB | 1749 | |
- Author: James Bennett
- Home Page: http://bitbucket.org/ubernostrum/django-flashpolicies/overview/
- Download URL: http://bitbucket.org/ubernostrum/django-flashpolicies/downloads/django-flashpolicies-1.4.1.tar.gz
- Categories
- Package Index Owner: ubernostrum
- DOAP record: django-flashpolicies-1.4.1.xml
