How to Install and Uninstall python3-django-cors-headers.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "python3-django-cors-headers.noarch" package

Learn how to install python3-django-cors-headers.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-cors-headers.noarch

2. Uninstall "python3-django-cors-headers.noarch" package

Please follow the step by step instructions below to uninstall python3-django-cors-headers.noarch on Fedora 34:

$ sudo dnf remove python3-django-cors-headers.noarch $ sudo dnf autoremove

3. Information about the python3-django-cors-headers.noarch package on Fedora 34

Last metadata expiration check: 2:08:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-cors-headers
Version : 3.1.0
Release : 5.fc34
Architecture : noarch
Size : 29 k
Source : python-django-cors-headers-3.1.0-5.fc34.src.rpm
Repository : fedora
Summary : Django application for handling the server headers required for CORS
URL : https://github.com/adamchainz/django-cors-headers
License : MIT
Description : A Django App that adds Cross-Origin Resource Sharing (CORS) headers
: to responses. This allows in-browser requests to your Django application
: from other origins.
:
: Python 3 version.