Django 1.9 Wsgi + nginx

Source: Internet
Author: User
Tags install django

    • Install Django
Install Django

Create Django Project

django-admin.py startproject mysitecd mysite

Install Uwsgi (rhel 6.x:yum install UWSGI)

Install Uwsgi

Create test.py

 #   test.py   def   Application (env, Start_response): Start_response ( "  200 OK   ", [( " content-type  " ,  " text/html   "  return  [b  " hello World   "] #      Python3  #  return ["Hello World"] # Python2  

Run Uwsgi

Uwsgi--http:8000 --wsgi-file test.py

Now Test Django Project

0.0. 0.0:8000

and

Uwsgi--http:8000 --module Mysite.wsgi

Can be displayed: It worked

    • Butt Nginx
Yum Install Nginx
Systemctl Start Nginx.service

Copy files to your project

Https://github.com/nginx/nginx/blob/master/conf/uwsgi_params

Document: Http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html#configure-nginx-for-your-site

Django 1.9 Wsgi + nginx

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.