惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
G
Google Developers Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
小众软件
小众软件
WordPress大学
WordPress大学
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
Jina AI
Jina AI
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
D
Docker

噜啦 - python

使用Python 在WordPress 自动发布文章 xmlrpc 404 Not Found 错误 cPanel面板 使用Python 在WordPress 自动发布文章 xmlrpc 404 Not Found 错误 cPanel面板 django DTL 模板 - 噜啦 django DTL 模板 - 噜啦 url命名 应用(app)命名空间 实例命名空间 - 噜啦 url命名 应用(app)命名空间 实例命名空间 - 噜啦 Python django 安装 创建项目 运行 Centos6 安装Python2.7.6 - 噜啦 Centos6 安装Python2.7.6 - 噜啦
Python django 安装 创建项目 运行
博主: 噜啦 · 2019-11-30 · via 噜啦 - python

安装

使用 virtualenvwrapper 安装虚拟环境 Django:mkvirtualenv django

进入虚拟环境:workon django

安装Djando:pip3 install django

创建项目

创建Django项目/工程:cd到自定义的目录,不一定是虚拟环境的目录,使用
django-admin startproject [项目名称]
创建新的django项目

运行

截屏2019-11-30下午3.24.53.jpg

确认处于虚拟环境下,运行

python3 /path_to_django_project/manage.py runserver

浏览器访问http://127.0.0.1:8000访问django默认页面

赞赏作者

如果觉得我的文章对你有用,请随意赞赏