Configure JetBrains PyCharm 2.0.2 in Windows to write Django

Source: Internet
Author: User
Tags install django
  • After JetBrains PyCharm 2.0.2 is installed, the new Django project cannot be created.

 

  •  

    Problem Analysis:

  • As python has been installed, the image prompts No Djangosupport installed in selected interpreter. Therefore,
  • The first solution is to add Django to the python interpreter and solve the problem.
  • Solution:

    Step 1: download and install python

    Step 2: Download Django and decompress it to any folder (except for the python installation directory ).

    Step 3: Open the cmd window and enter the Django directory.

    Step 4: run the setup. py install command to install Django to python.

    Step 5. Enter the pyhtoninstallation directory and run python.exe

    >>> Import django

    >>> Django. VERSION

    <1, 1, 'final', 0>

    After the above steps are completed, it indicates that the python + django environment has been set up.

    After the installation is successful, no prompt is displayed, indicating that the installation is successful.

 

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.