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

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

噜啦 - 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默认页面

赞赏作者

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