Home  >  Article  >  Backend Development  >  How to check whether python and django are installed and configured successfully

How to check whether python and django are installed and configured successfully

高洛峰
高洛峰Original
2017-03-08 10:34:353090browse

First of all, I use pycharm as the development IDE. When I create a Django project for the first time, the Django package will be automatically installed. (There are also many separate installation methods on the Internet). After the environment variables are successfully configured, use the following method to check whether the installation is successful or not.

Punch in the command prompt form
Input: python
Appear: Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel) ] on win32
Type "help", "copyright", "credits" or "license" for more information.
Input: import django Enter key
Continue input: django.get_version()
appears :'1.6.2'

As shown below

How to check whether python and django are installed and configured successfully



##

The above is the detailed content of How to check whether python and django are installed and configured successfully. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn