coding_tutorials:这是我的Python Web Framework考试项目

时间:2024-03-08 13:46:25
【文件属性】:

文件名称:coding_tutorials:这是我的Python Web Framework考试项目

文件大小:993KB

文件格式:ZIP

更新时间:2024-03-08 13:46:25

Python

coding_tutorials Python Web Framework考试项目 包括 强制要求: 登录/注册功能 公开部分(经过身份验证和未经身份验证的用户均可访问的网站部分) 私有部分(仅由经过身份验证的用户和管理员访问) 管理员部分-管理员对网站上的所有内容均具有完整的CRUD 仅获得未经身份验证的用户的权限 已认证用户对其内容的完整CRUD 形式 范本 Github 可选/奖金: 自定义CSS和Bootstrap 基于类的视图 扩展的Django用户


【文件预览】:
coding_tutorials-main
----manage.py(672B)
----tutorials()
--------apps.py(93B)
--------function_views.py(3KB)
--------urls.py(694B)
--------tests.py(60B)
--------migrations()
--------admin.py(103B)
--------__init__.py(0B)
--------models.py(455B)
--------views.py(3KB)
--------forms.py(178B)
----requirements.txt(434B)
----notes()
--------apps.py(85B)
--------function_views.py(3KB)
--------urls.py(533B)
--------tests.py(60B)
--------migrations()
--------admin.py(91B)
--------__init__.py(0B)
--------models.py(293B)
--------views.py(2KB)
--------forms.py(162B)
----media()
--------profile_pics()
----.idea()
--------misc.xml(288B)
--------coding_tutorials.iml(1KB)
--------dataSources.xml(495B)
--------inspectionProfiles()
--------modules.xml(284B)
--------.gitignore(176B)
--------vcs.xml(180B)
----Procfile(82B)
----README.md(602B)
----accounts()
--------apps.py(91B)
--------function_views.py(3KB)
--------urls.py(539B)
--------tests.py(60B)
--------migrations()
--------admin.py(108B)
--------__init__.py(0B)
--------models.py(832B)
--------views.py(4KB)
--------forms.py(1KB)
----templates()
--------partials()
--------common()
--------index.html(2KB)
--------registration()
--------permission_denied.html(238B)
--------tutorials()
--------notes()
--------accounts()
----.gitignore(2KB)
----static()
--------images()
--------css()
----coding_tutorials()
--------settings.py(4KB)
--------urls.py(496B)
--------__init__.py(0B)
--------asgi.py(409B)
--------wsgi.py(409B)
--------views.py(212B)

网友评论