Golang教程网
博客首页
实战学习Golang
日常工作实战
小程序实战开发
微信小程序开发
百度智能小程序开发
QQ小程序开发
头条小程序开发
支付宝小程序开发
学习笔记
搜索
搜索
快速开发django实例
学习笔记
2022-12-11
204°
apps.py 83B
urls.py 580B
tests.py 60B
migrations
0001_initial.py 703B
__init__.py 0B
__pycache__
__init__.cpython-36.pyc 144B
0001_initial.cpython-36.pyc 725B
admin.py 84B
__init__.py 0B
models.py 360B
__pycache__
admin.cpython-36.pyc 244B
views.cpython-36.pyc 2KB
models.cpython-36.pyc 507B
urls.cpython-36.pyc 489B
__init__.cpython-36.pyc 133B
forms.cpython-36.pyc 586B
views.py 1KB
forms.py 399B
templates
user
user_detail.html 206B
user_list.html 740B
500.html 190B
header.html 757B
user_edit.html 734B
404.html 194B
login_view.html 366B
success.html 157B
static
images
third.png 57KB
css
myCss.css 45B
相关链接
django 简易博客开发 实例
Django开发教程(六)
Django教程——模板(1)
实战Python Django开发博客系统
Django 个人博客教程-05:管理站点与博客URLs
Django1.8教程——从零开始搭建一个完整django博客(一)