第一步:安装Django,见上一篇文章

第二步:安装Pycharm

1. 下载

选择Linux Tab,选择下载免费的Community Edition【1】。

2. 安装PyCharm

按照官网给出的安装指导【2】进行安装

(1) Copy the pycharm-*.tar.gz to the desired installation location (make sure you have rw permissions for that directory)

$ cd Downloads/

(2)Unpack the pycharm-*.tar.gz using the following command: tar xfz pycharm-*.tar.gz

$ tar xfz pycharm-*.tar.gz

(3)Remove the pycharm-*.tar.gz to save disk space (optional)

$ rm  pycharm-*.tar.gz

(4)Run pycharm.sh from the bin subdirectory

$ cd pycharm-community-3.4.1/bin/

$ ./pycharm.sh

===================

输入服务地址:server选项里边输入 http://idea.imsxm.com/

就可以执行Pycharm了,安装还是比较简单的。

第三步:创建Django工程--------不用配置,直接执行即可,就会有网页地址,点击打开就看到了!!!!!!!!!

Pycharm ++++ Django项目测试

Pycharm ++++ Django项目测试

Pycharm ++++ Django项目测试

相关文章:

  • 2021-12-18
  • 2021-11-01
  • 2021-09-13
  • 2021-06-19
  • 2021-08-14
  • 2021-09-24
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2021-07-28
  • 2021-05-24
  • 2021-08-27
  • 2021-08-27
  • 2021-05-31
相关资源
相似解决方案