< Home - < Back

django-profiles


Information about the package, django-profiles, which is shipped with common Linux distributions. The django-profiles package is designed for, A fairly simple user-profile management application for Django.


Package Name:

django-profiles

Summary:

A fairly simple user-profile management application for Django

Description:

A fairly simple user-profile management application for Django, designed to make the management of site-specific user profiles as painless as possible. It requires a functional installation of Django 1.0 or newer and provides a useful complement to `django-registration`, but has no other dependencies.

Architecture:

noarch

Version:

0.2

Release:

1.el6

Size:

16 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for django-profiles


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


Command

Description of Command

yum install django-profiles

This command will install django-profiles on the server.

yum remove django-profiles

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

yum -y remove django-profiles

This command will un-install django-profiles 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-profiles when using the -y flag.

yum update django-profiles

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

yum -y update django-profiles

This command will update django-profiles 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-profiles when using the -y flag.

yum info django-profiles

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

yum deplist django-profiles

This command will show you the dependencies for django-profiles. 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-profiles

This command will check if there is an update waiting on django-profiles. 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.