Installation instructions for all UNIX and Linux systems are the same. You need to run the following commands in the directory where the Django-x.xx.tar.gz archive is located. These commands will extract the archive and install Django for you:
$ tar xfz Django-x.xx.tar.gz
$ cd Django-x.xx
$ sudo python setup.py install
or in Debian Distributions,
$ sudo apt-get install python-django
You can test your installation by running this command:
$ django-admin.py --version
No comments:
Post a Comment