• 大小: 14KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-10
  • 语言: 其他
  • 标签: django  例子  

资源简介

django第一个例子,CRUD完整版。作为初学的例子不错。网页的template很简陋。

资源截图

代码片段和文件信息

#!/usr/bin/env python
import os
import sys

if __name__ == “__main__“:
    os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “student.settings“)

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        350  2012-07-30 10:55  firststudentapp\admin.py

     文件        703  2012-07-30 11:03  firststudentapp\admin.pyc

     文件        383  2012-07-31 18:41  firststudentapp\models.py

     文件        860  2012-07-31 18:41  firststudentapp\models.pyc

     文件        399  2012-07-30 10:06  firststudentapp\tests.py

     文件       1705  2012-07-31 23:13  firststudentapp\views.py

     文件       3305  2012-07-31 23:13  firststudentapp\views.pyc

     文件          0  2012-07-30 10:06  firststudentapp\__init__.py

     文件        162  2012-07-30 10:15  firststudentapp\__init__.pyc

     文件       5487  2012-07-31 14:13  student\settings.py

     文件       2953  2012-07-31 14:13  student\settings.pyc

     文件        592  2012-08-05 19:48  student\urls.py

     文件        844  2012-08-05 19:48  student\urls.pyc

     文件       1164  2012-07-30 10:04  student\wsgi.py

     文件       1050  2012-07-30 10:16  student\wsgi.pyc

     文件          0  2012-07-30 10:04  student\__init__.py

     文件        154  2012-07-30 10:06  student\__init__.pyc

     文件        464  2012-07-31 21:54  templates\student\add.html

     文件        139  2012-07-31 21:54  templates\student\detail.html

     文件        568  2012-07-31 21:20  templates\student\edit.html

     文件        694  2012-07-31 21:54  templates\student\list.html

     文件         14  2012-07-31 22:07  templates\student\showme.html

     文件        260  2012-07-30 10:04  manage.py

     文件      12006  2012-08-05 19:51  student.sql

     目录          0  2012-07-31 22:06  templates\student

     目录          0  2012-07-31 23:13  firststudentapp

     目录          0  2012-08-05 19:48  student

     目录          0  2012-07-30 13:39  templates

----------- ---------  ---------- -----  ----

                34256                    28

............此处省略1个文件信息

评论

共有 条评论