diff options
author | adam <adam@pkgsrc.org> | 2018-01-11 13:37:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-11 13:37:54 +0000 |
commit | e8c8b4cc08982c8ce176adad6d4cbae7ac989020 (patch) | |
tree | 464a7801a01860977a8c1b5ae55ebbfe8482497d /www/Makefile | |
parent | 9c70dfac698bfa202d238b2f5198c90ede4d894e (diff) | |
download | pkgsrc-e8c8b4cc08982c8ce176adad6d4cbae7ac989020.tar.gz |
py-django-cors-headers: added version 2.1.0
django-cors-headers is a Django App that adds CORS (Cross-Origin Resource
Sharing) headers to responses.
Although JSON-P is useful, it is strictly limited to GET requests. CORS builds
on top of XmlHttpRequest to allow developers to make cross-domain requests,
similar to same-domain requests.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 6d7df272807..720ba3737a9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1298 2018/01/04 13:40:36 taca Exp $ +# $NetBSD: Makefile,v 1.1299 2018/01/11 13:37:54 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -609,6 +609,7 @@ SUBDIR+= py-django-classy-tags SUBDIR+= py-django-cms SUBDIR+= py-django-cmsplugin_gallery SUBDIR+= py-django-contrib-comments +SUBDIR+= py-django-cors-headers SUBDIR+= py-django-countries SUBDIR+= py-django-easy-thumbnails SUBDIR+= py-django-filer |