< Home - < Back

django-mptt


Information about the package, django-mptt, which is shipped with common Linux distributions. The django-mptt package is designed for, Utilities for implementing Modified Preorder Tree Traversal.


Package Name:

django-mptt

Summary:

Utilities for implementing Modified Preorder Tree Traversal

Description:

Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.

Architecture:

noarch

Version:

0.4.2

Release:

2.el6

Size:

52 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for django-mptt


Control the django-mptt package with the following handy commands outlined below.


Command

Description of Command

yum install django-mptt

This command will install django-mptt on the server.

yum remove django-mptt

This command will un-install django-mptt on the server. When you run this command, you will be asked if you are sure that you want to remove django-mptt, so you have to manually confirm that you want to do this.

yum -y remove django-mptt

This command will un-install django-mptt on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-mptt when using the -y flag.

yum update django-mptt

This command will update django-mptt to the latest version. When you run this command, you will be asked if you are sure that you want to remove django-mptt, so you have to manually confirm that you want to do this.

yum -y update django-mptt

This command will update django-mptt to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-mptt when using the -y flag.

yum info django-mptt

This command will show you core information about the django-mptt package.

yum deplist django-mptt

This command will show you the dependencies for django-mptt. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update django-mptt

This command will check if there is an update waiting on django-mptt. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.