django-todolist:django示例应用程序-待办事项列表Web应用程序

时间:2021-02-06 04:26:34
【文件属性】:
文件名称:django-todolist:django示例应用程序-待办事项列表Web应用程序
文件大小:39KB
文件格式:ZIP
更新时间:2021-02-06 04:26:34
python django webapp todolist WebappPython Django-Todolist Django-Todolist是一个待办事项Web应用程序,具有大多数Web应用程序的最基本功能,即帐户/登录,API和(某种程度上)交互式UI。 CSS | JS | 我还在Flask中构建了一个非常类似的应用程序: : 探索 通过安装要求进行尝试。 (由于django 2,仅适用于python> = 3.4的Python) pip install -r requirements.txt 迁移: python manage.py migrate 然后启动服务器(默认: ) python manage.py runserver 现在,您可以浏览
【文件预览】:
django-todolist-master
----.travis.yml(94B)
----accounts()
--------models.py(57B)
--------templates()
--------__init__.py(0B)
--------migrations()
--------views.py(1KB)
--------admin.py(63B)
--------tests.py(6KB)
--------urls.py(257B)
--------forms.py(2KB)
----lists()
--------models.py(1KB)
--------templates()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(3KB)
--------admin.py(63B)
--------templatetags()
--------tests.py(6KB)
--------urls.py(474B)
--------forms.py(632B)
----api()
--------serializers.py(997B)
--------__init__.py(0B)
--------migrations()
--------views.py(2KB)
--------tests.py(9KB)
--------urls.py(351B)
----LICENSE(1KB)
----todolist()
--------templates()
--------static()
--------wsgi.py(393B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(303B)
----requirements.txt(87B)
----manage.py(251B)
----.gitignore(223B)
----README.md(1KB)
----.pre-commit-config.yaml(555B)

网友评论