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

Last updated: November 01,2024

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

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

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

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

Please follow the instructions below to uninstall python3-django-configurations.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:28:53 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-django-configurations
Version : 2.2
Release : 12.fc38
Architecture : noarch
Size : 53 k
Source : python-django-configurations-2.2-12.fc38.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.