Django allows cross-domain memo notes

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

For more information, please read the website: https://github.com/ottoyiu/django-cors-headers/

Installation:

Executing in a virtaulenv environment

Pip Install Django-cors-headers

Configuration (Jiang):

Enter the project, open the settings.py file,INSTALLED_APPS中加入

Installed_apps = (  // position independent    of ' corsheaders ',)

InMIDDLEWARE_CLASSES中加入

middleware_classes = (    ' Corsheaders.middleware.CorsMiddleware ',  //  Note that the above middleware is placed on the top of the middleware below    ' Django.middleware.common.CommonMiddleware ',

Then, in the settings.py file, add

Cors_origin_allow_all = True

All addresses can access our servers at this time.

Thanks for the contribution of the great God of GitHub ...

 

Django allows cross-domain memo notes

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.