How To Install python3-django-configurations on Fedora 36
Introduction
In this tutorial we learn how to install python3-django-configurations on Fedora 36.
What is python3-django-configurations
django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notion of Django’s module based settings loading with well established object oriented programming patterns.
We can use yum or dnf to install python3-django-configurations on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-django-configurations.
Install python3-django-configurations on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-django-configurations using dnf by running the following command:
sudo dnf -y install python3-django-configurations
Install python3-django-configurations on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-django-configurations using yum by running the following command:
sudo yum -y install python3-django-configurations
How To Uninstall python3-django-configurations on Fedora 36
To uninstall only the python3-django-configurations package we can use the following command:
sudo dnf remove python3-django-configurations
python3-django-configurations Package Contents on Fedora 36
/usr/bin/django-cadmin
/usr/lib/python3.10/site-packages/configurations
/usr/lib/python3.10/site-packages/configurations/__init__.py
/usr/lib/python3.10/site-packages/configurations/__pycache__
/usr/lib/python3.10/site-packages/configurations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/fastcgi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/fastcgi.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/importer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/importer.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/management.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/management.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/sphinx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/sphinx.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/values.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/values.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/wsgi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/configurations/__pycache__/wsgi.cpython-310.pyc
/usr/lib/python3.10/site-packages/configurations/base.py
/usr/lib/python3.10/site-packages/configurations/decorators.py
/usr/lib/python3.10/site-packages/configurations/fastcgi.py
/usr/lib/python3.10/site-packages/configurations/importer.py
/usr/lib/python3.10/site-packages/configurations/management.py
/usr/lib/python3.10/site-packages/configurations/sphinx.py
/usr/lib/python3.10/site-packages/configurations/utils.py
/usr/lib/python3.10/site-packages/configurations/values.py
/usr/lib/python3.10/site-packages/configurations/version.py
/usr/lib/python3.10/site-packages/configurations/wsgi.py
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/django_configurations-2.2-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-django-configurations
/usr/share/doc/python3-django-configurations/README.rst
/usr/share/licenses/python3-django-configurations
/usr/share/licenses/python3-django-configurations/LICENSE
References
Summary
In this tutorial we learn how to install python3-django-configurations on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).