Ubuntu builds Django Environment

Source: Internet
Author: User

Ubuntu has python2.7 installed by default.

Installing Django

Apt Install python-django;

Install MySQL

Apt Install mysql-server* * stands for version number

Vim/etc/mysql/mysql.conf.d/mysqld.cnf

Add character-set-server = UTF8 Set the server-side encoding UTF8 no spaces: Step on the pit carefully.

VIM/ETC/MYSQL/CONF.D/MYSQL.CNF adding Default-character-set=utf8 Client UTF8 encoding

Service MySQL restart restart MySQL services

Installation drive apt Install PYTHON-MYSQLDB

Complete installation of the environment!

Django-admin startproject name ... Create a project

Operation Engineering

Python manage. py runserver [0.0.0.0: Port number] (0.0.0.0 on behalf of any IP can be accessed without write default native access)

Vim settings.py Add your domain name in allowed_hosts

Python manage.py makemigrations
Python manage.py Migrate

Initialize Project

This appears. Representative Success!!

Ubuntu builds Django Environment

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.