https://github.com/zestedesavoir/django-cors-middleware
django-cors-middleware is DEPRECIATED, please use https://github.com/adamchainz/django-cors-headers instead.
https://github.com/zestedesavoir/django-cors-middleware
Last synced: 5 months ago
JSON representation
django-cors-middleware is DEPRECIATED, please use https://github.com/adamchainz/django-cors-headers instead.
- Host: GitHub
- URL: https://github.com/zestedesavoir/django-cors-middleware
- Owner: zestedesavoir
- License: other
- Archived: true
- Fork: true (adamchainz/django-cors-headers)
- Created: 2016-01-09T13:15:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T23:06:58.000Z (over 5 years ago)
- Last Synced: 2024-08-02T13:34:17.498Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 135
- Watchers: 14
- Forks: 34
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
django-cors-middleware
======================
``django-cors-middleware`` is **depreciated**, please use `adamchainz/django-cors-headers `_ instead.
It was created at a time when ``django-cors-headers`` was not maintained, but it is well maintained now and there is no need to have two different packages for that.
Extract from `adamchainz/django-cors-headers README's About section `_:
**django-cors-headers** was created in January 2013 by Otto Yiu. It went
unmaintained from August 2015 and was forked in January 2016 to the package
`django-cors-middleware `_
by Laville Augustin at Zeste de Savoir.
In September 2016, Adam Johnson, Ed Morley, and others gained maintenance
responsibility for **django-cors-headers**
(`Issue 110 `__)
from Otto Yiu.
Basically all of the changes in the forked **django-cors-middleware** were
merged back, or re-implemented in a different way, so it should be possible to
switch back. If there's a feature that hasn't been merged, please open an issue
about it.