文件名称:电子学习:电子学习是用python(django)编写的可扩展Web应用程序
文件大小:2.45MB
文件格式:ZIP
更新时间:2024-02-25 14:40:30
python django crud-application elearning-application DjangoPython
介绍 该项目由扩展引擎Spring训练营的参与团队创建。 电子学习是使用python(django)编写的可扩展Web应用程序。 电子学习旨在为用户提供愉悦的体验。 安装 假设您使用virtualenv,请按照以下步骤下载并运行此目录中的电子学习应用程序: $ git clone https://github.com/avuletica/eLearning.git $ cd eLearning $ virtualenv venv $ source ./venv/bin/activate $ pip install -r requirements $ python manage.py migr