
Django
编码的三叔
坚持是一种信仰。
展开
-
vscode搭建 搭建python Django环境
1、查看是否有$ pipUsage: pip <command> [options]Commands: install Install packages. download Download packages. uninstall Uninstal...原创 2018-11-08 17:49:34 · 1883 阅读 · 0 评论 -
Django 的目录结构
│ db.sqlite3│ manage.py│└─mydjango │ settings.py │ urls.py │ wsgi.py │ __init__.py │ └─__pycache__ settings.cpython-36.pyc urls.cpython-36.pyc...原创 2018-11-08 18:06:59 · 282 阅读 · 0 评论 -
from django.shortcuts import render之django.shortcuts源码解析
django.shortcuts 是一个包,django.shortcuts源码from django.http import ( Http404, HttpResponse, HttpResponsePermanentRedirect, HttpResponseRedirect,)from django.template import loaderfrom django.url...原创 2018-11-08 21:44:46 · 4926 阅读 · 0 评论