< Home - < Back

django-extra-form-fields


Information about the package, django-extra-form-fields, which is shipped with common Linux distributions. The django-extra-form-fields package is designed for, Additional form fields for Django applications.


Package Name:

django-extra-form-fields

Summary:

Additional form fields for Django applications

Description:

Additional form fields to use in Django applications: NextUrlField - add to forms that need to store url of next page get_next_url - utility function to extract next url from the request object UserNameField - field to enter user name - allows unique username site-wide UserEmailField - allows unique email address site-wide if EMAIL_UNIQUE setting is True

Architecture:

noarch

Version:

0.0.1

Release:

1.el6

Size:

24 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for django-extra-form-fields


Control the django-extra-form-fields package with the following handy commands outlined below.


Command

Description of Command

yum install django-extra-form-fields

This command will install django-extra-form-fields on the server.

yum remove django-extra-form-fields

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

yum -y remove django-extra-form-fields

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

yum update django-extra-form-fields

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

yum -y update django-extra-form-fields

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

yum info django-extra-form-fields

This command will show you core information about the django-extra-form-fields package.

yum deplist django-extra-form-fields

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

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