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

Last updated: January 15,2025

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

Please follow the guidance below to install python3-django-configurations.noarch on Fedora 35

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

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

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

Last metadata expiration check: 0:12:49 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-django-configurations
Version : 2.2
Release : 8.fc35
Architecture : noarch
Size : 37 k
Source : python-django-configurations-2.2-8.fc35.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.