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

Last updated: October 06,2024

1. Install "python3-django-configurations.noarch" package

Please follow the guidelines below to install python3-django-configurations.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-configurations.noarch

2. Uninstall "python3-django-configurations.noarch" package

This is a short guide on how to uninstall python3-django-configurations.noarch on Fedora 34:

$ sudo dnf remove python3-django-configurations.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:56:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-django-configurations
Version : 2.2
Release : 6.fc34
Architecture : noarch
Size : 38 k
Source : python-django-configurations-2.2-6.fc34.src.rpm
Repository : fedora
Summary : A helper for organizing Django settings
URL : https://django-configurations.readthedocs.io/
License : BSD
Description : 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.