1、安装python2.7
1.1 安装 Microsoft Visual C++ Compiler for Python 2.7(https://www.microsoft.com/en-us/download/details.aspx?id=44266)
2、安装pip install django=1.11.12
3、安装ide:pycharm
4、安装数据库mysql
5、安装django的库:
5.1安装DjangoUeditor :pip install DjangoUeditor
5.2安装djangosuit v2 :pip install https://github.com/darklow/django-suit/tarball/v2
5.3安装taggit : pip install django-taggit
5.4 安装mysql控件 :到https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient下载MySQL_python-1.2.5-cp27-none-win32.whl。然后cmd安装 pip install MySQL_python-1.2.5-cp27-none-win32.whl
5.5 安装中文控件:pip install pinyin
5.6 安装pip install six
5.7pip install django-autocomplete-light
5.8pip install Pillow