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

Last updated: November 27,2024

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

This is a short guide on how to install python3-django-configurations.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall python3-django-configurations.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:11:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-django-configurations
Version : 2.2
Release : 14.fc39
Architecture : noarch
Size : 52 k
Source : python-django-configurations-2.2-14.fc39.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.