Apr
01
Django CLI Cheatsheet
Published 15:04 Apr 01, 2021 by @ezra.
#Programming# Preparing enviro­nnement
mkdir projec­t_name && cd $_
Create project...
Apr
08
Combining QuerySets in Django
Published 11:04 Apr 08, 2020 by @ezra.
#Programming# QuerySet the Django Way
Django's documentation is pretty straightforward about the QuerySet API. It...
Jan
28
Deploy Django with Gunicorn and Ngnix
Published 18:01 Jan 28, 2020 by @ezra.
#Programming# 准备
首先要更新软件源,以 Ubuntu 为例:
$ sudo apt-get update -y
安装 python3、virtualenv、nginx、sqlite3、openssl:
$ s...