One of the Django Build forums environment configuration

Source: Internet
Author: User
Tags install django pip install django

Environmental conditions:

Description:ubuntu 15.04

Python version: Python 2.7.9

Django Version: 1.8.4

To install Django:

Pip Install Django
#安装完成之后测试 >>> import Django >>> print (Django.get_version ()) 1.8.4

To install the MySQL database:

>>sudo Apt-get Install Mysql-server

>>sudo Apt-get Install Mysql-client

Installing Mysql-python

To enable Python to operate MySQL requires the Mysql-python driver, which is a necessary module for Python to operate MySQL.

Apt-get Install Mysql-python

Check if the MySQLdb module can be imported properly.

>>> Import MySQLdb

No error notification MYSQLDB module can not find, instructions to install OK.

One of the Django Build forums environment configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.