文件名称:drf_tada:Django REST 框架 + 待办事项
文件大小:39KB
文件格式:ZIP
更新时间:2024-07-01 05:25:59
Python
drf_tada
Django REST 框架 + 待办事项
这个 repo 包含使用 Django REST 框架的 Todo api。 回购背后的想法是展示 REST 框架不耦合 Django ORM。
这不是简单的 TODO 应用程序。 该应用程序包含用于列出用户详细信息、TodoBucket、任务详细信息等的端点...
图书馆
仅 Python 3
姜戈 1.8
REST 框架 3
端点
/users/
【文件预览】:
drf_tada-master
----drf_tada()
--------wsgi.py(391B)
--------__init__.py(0B)
--------settings.py(2KB)
--------urls.py(2KB)
----test(32B)
----interactors()
--------task_interactors.py(1KB)
--------user_interactors.py(876B)
--------todo_bucket_interactors.py(2KB)
--------__init__.py(24B)
--------note_interactors.py(1KB)
----LICENSE(1KB)
----user()
--------serializers.py(768B)
--------models.py(57B)
--------user_repo.py(467B)
--------permissions.py(229B)
--------user_service.py(133B)
--------__init__.py(0B)
--------migrations()
--------test_api.py(2KB)
--------user_entity.py(364B)
--------views.py(2KB)
--------admin.py(63B)
----requirements.txt(92B)
----manage.py(251B)
----.gitignore(741B)
----commons()
--------constants.py(46B)
--------serializers.py(1018B)
--------base_testcase.py(728B)
--------dict_mixin.py(1011B)
--------middleware.py(398B)
--------arguments.py(194B)
--------base_repo.py(1KB)
--------decorators.py(2KB)
--------permissions.py(220B)
--------__init__.py(24B)
--------fields.py(2KB)
--------class_mixins.py(294B)
--------response.py(3KB)
--------exceptions.py(24B)
----task()
--------task_entity.py(1KB)
--------serializers.py(2KB)
--------models.py(802B)
--------task_service.py(2KB)
--------note_repo.py(463B)
--------permissions.py(3KB)
--------__init__.py(0B)
--------migrations()
--------task_repo.py(517B)
--------test_api.py(11KB)
--------fields.py(443B)
--------views.py(6KB)
--------admin.py(63B)
--------note_service.py(930B)
--------tests.py(60B)
----README.md(8KB)
----todo()
--------serializers.py(977B)
--------models.py(367B)
--------todo_bucket_service.py(2KB)
--------permissions.py(2KB)
--------__init__.py(0B)
--------migrations()
--------test_api.py(7KB)
--------views.py(4KB)
--------admin.py(63B)
--------todo_bucket_entity.py(852B)
--------tests.py(60B)
--------todo_repo.py(514B)