Django documentation contents 翻译完成后会做标记. 文档按照官方提供的内容一页一页的进行翻译,有些内容涉及到其他节的内容,会慢慢补上.所有的翻译内容按自己的理解来写,尽量做到“信达雅”.也算是给自己学习英语提供一个好的方式,既能助人又能利己. Getting started Django at a glance (CSDN 有一个哥们已经翻译了...) Design your model Install it Enjoy the free API A dynami…
因为我的个人网站 restran.net 已经启用,博客园的内容已经不再更新.请访问我的个人网站获取这篇文章的最新内容,CentOS 环境下基于 Nginx uwsgi 搭建 Django 站点 以下用一个网站 ocean_monitor 举例 MySQL 安装与配置 安装 MariaDB is shipped in the CentOS repo as of CentOS 7 instead of mysql. if you still want to install mysql you ne…
1. 概念解析(wsgi协议,uwsgi协议,uWSGI) 参考:https://www.cnblogs.com/wspblog/p/8575101.html 1.1 现实世界的web请求: 1.2 wsgi协议,uwsgi协议和uWSGI a. WSGI(wsgi): 全称 Web Server Gateway Interface,或者 Python Web Server Gateway Interface ,是为 Python 语言定义的 Web 服务器和 Web 应用程序或框架之间的一种…
Django文档阅读 - Day2 Writing your first Django app, part 1 You can tell Django is installed and which version by running the following command in a shell prompt. $ python -m django --version Creating a project If this is your first time using Django, yo…