educa:我使用django框架的在线学习平台

时间:2024-03-09 13:12:52
【文件属性】:

文件名称:educa:我使用django框架的在线学习平台

文件大小:30KB

文件格式:ZIP

更新时间:2024-03-09 13:12:52

Python

我的使用django框架的电子学习平台 发射 $ python3 -m venv venv $ source venv / bin / activate (venv)$ pip install -r requirements.txt (venv)$ python manage.py运行服务器


【文件预览】:
educa-master
----.gitignore(2KB)
----README.md(191B)
----manage.py(625B)
----courses()
--------admin.py(561B)
--------models.py(3KB)
--------fixtures()
--------forms.py(204B)
--------migrations()
--------static()
--------templatetags()
--------urls.py(1KB)
--------tests.py(60B)
--------fields.py(927B)
--------__init__.py(0B)
--------apps.py(89B)
--------views.py(6KB)
--------templates()
----educa()
--------settings.py(3KB)
--------urls.py(1KB)
--------__init__.py(0B)
--------asgi.py(387B)
--------wsgi.py(387B)
----requirements.txt(76B)
----students()
--------admin.py(63B)
--------models.py(57B)
--------forms.py(190B)
--------migrations()
--------urls.py(562B)
--------tests.py(60B)
--------__init__.py(0B)
--------apps.py(91B)
--------views.py(2KB)
--------templates()

网友评论