文件名称:django例子CRUD完整版
文件大小:14KB
文件格式:RAR
更新时间:2015-08-26 13:41:07
django 例子 CRUD完整版
django第一个例子,CRUD完整版。作为初学的例子不错。网页的template很简陋。
【文件预览】:
templates
----student()
--------detail.html(139B)
--------edit.html(568B)
--------add.html(464B)
--------list.html(694B)
--------showme.html(14B)
student.sql
firststudentapp
----models.pyc(860B)
----__init__.pyc(162B)
----__init__.py(0B)
----views.py(2KB)
----models.py(383B)
----admin.pyc(703B)
----admin.py(350B)
----views.pyc(3KB)
----tests.py(399B)
manage.py
student
----__init__.pyc(154B)
----settings.pyc(3KB)
----urls.py(592B)
----__init__.py(0B)
----wsgi.pyc(1KB)
----wsgi.py(1KB)
----urls.pyc(844B)
----settings.py(5KB)