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

Last updated: December 29,2024

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

Please follow the steps below to install python3-django-configurations.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 0:52:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-django-configurations
Version : 2.2
Release : 9.fc36
Architecture : noarch
Size : 37 k
Source : python-django-configurations-2.2-9.fc36.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.