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

Last updated: October 04,2024

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

Please follow the step by step instructions below to install python3-django-macros.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall python3-django-macros.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:14:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-django-macros
Version : 0.4.0
Release : 26.fc39
Architecture : noarch
Size : 43 k
Source : python-django-macros-0.4.0-26.fc39.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.