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

Last updated: October 05,2024

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

This is a short guide on how to install python3-django-macros.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall python3-django-macros.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:57:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-django-macros
Version : 0.4.0
Release : 18.fc34
Architecture : noarch
Size : 35 k
Source : python-django-macros-0.4.0-18.fc34.src.rpm
Repository : fedora
Summary : Macros for Django templates
URL : https://pypi.python.org/pypi/django-macros
License : MIT
Description : Macros accepting positional and keyword arguments, and repeated block
: tags in the django template system. Sometimes include tags just do
: not get the job done. Either you have repeated code that you want to
: keep all in the same single template, or your code needs to
: dynamically generate and substitute in certain values, in a way that
: the include syntax inhibits. Whatever the case, if you are finding
: that the built in include tag just is not working for your use case,
: then perhaps django-macros is for you.