1 Star 2 Fork 1

冬酒暖阳 / SchoolAssignmentManageSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

作业管理系统

My Blog Python Version Release latest MIT License

:bulb: 简介

SchoolAssignmentManageSystem 一款基于 Python3 与 Django WEB框架 的作业管理系统,提供作业管理及查询服务

:sparkling_heart: 作者

Author E-mail Blog
冬酒暖阳 mailto:1067764354@qq.com 博客:www.lifepoem.cn

:postal_horn: 界面展示

  1. 后台管理界面

    后台管理界面

  2. 作业管理界面

    作业管理界面

  3. 获取接口简单使用说明

    获取接口简单使用说明

:hammer: 安装

  1. 通过源代码安装

    git clone https://github.com/allwaysLove/SchoolAssignmentManageSystem.git
    python -m pip install -r requirements.txt

:blue_book: ​使用

  1. 使用命令行 cd 到项目根目录

  2. 执行以下命令

    # 创建超级用户(管理员)
    python manage.py makesuperuser
    # 依据模型迁移构建数据库表
    python manage.py makemigrations SchoolAssignmentListManage
    python manage.py migrate
  3. 使用 runserver 命令开启服务器

    python manage.py runserver 0.0.0.0:8000
  4. 随后便可在本地浏览器访问 http://localhost:8000/admin 看到作业管理系统

:memo: 目录结构及文件注释

SchoolAssignmentManageSystem/
├────.gitignore
├────LICENSE
├────manage.py
├────README.md
├────requirements.txt
├────SchoolAssignmentListManage/
│    ├────__init__.py
│    ├────admin.py
│    ├────apps.py
│    ├────diy_widgets.py
│    ├────models.py
│    ├────templates/
│    │    ├────add.png
│    │    └────image_multi_upload.html
│    ├────tests.py
│    ├────urls.py
│    └────views.py
└────SchoolAssignmentManageSystem/
     ├────__init__.py
     ├────settings.py
     ├────urls.py
     └────wsgi.py
文件名 注释
.gitignore git 忽略文件
LICENSE MIT许可证
manage.py Django 项目命令工具
README.md 说明文档
requirments.txt 项目代码主要依赖库
models.py 数据库模型
urls.py 应用路由配置
settings.py Django项目配置
urls.py 项目路由配置

:bookmark_tabs:版本更新日志

[1.0.0] - 2020-03-26

项目1.0版本

  • 课程名称编辑
  • 作业管理(增删改查)
  • 通过接口获取 JSON 格式作业数据
  • 美观的后台管理界面

:clipboard: ​To-Do List

  • 完成课表配置,增加课表管理功能

:bookmark_tabs: License

MIT © 2020 冬酒暖阳

MIT License Copyright (c) 2020 冬酒暖阳 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一款基于 Python3 与 Django WEB框架 的作业管理系统,提供作业管理及查询服务 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thunder_h2o/SchoolAssignmentManageSystem.git
git@gitee.com:thunder_h2o/SchoolAssignmentManageSystem.git
thunder_h2o
SchoolAssignmentManageSystem
SchoolAssignmentManageSystem
master

搜索帮助