diff options
author | swills <swills@FreeBSD.org> | 2016-04-15 00:39:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-15 00:39:44 +0800 |
commit | d0ef0224c5da530ef6d888ae0d2ce4f379c0727a (patch) | |
tree | 8184ee5059cc143c554051b91b770f6d2461121f /www/Makefile | |
parent | 91e7cc16e8cbc50adea4ba36874da9616224c465 (diff) | |
download | freebsd-ports-graphics-d0ef0224c5da530ef6d888ae0d2ce4f379c0727a.tar.gz freebsd-ports-graphics-d0ef0224c5da530ef6d888ae0d2ce4f379c0727a.tar.zst freebsd-ports-graphics-d0ef0224c5da530ef6d888ae0d2ce4f379c0727a.zip |
www/py-django-cors-headers: create port
A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.
WWW: https://github.com/ottoyiu/django-cors-headers
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1c01ea20ee7..745e41c72db 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1535,6 +1535,7 @@ SUBDIR += py-django-configurations SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments + SUBDIR += py-django-cors-headers SUBDIR += py-django-countries SUBDIR += py-django-crispy-forms SUBDIR += py-django-datetime-widget |