{"id":26498506,"url":"https://github.com/iskage/mis","last_synced_at":"2026-05-09T07:02:36.573Z","repository":{"id":264741222,"uuid":"883076379","full_name":"isKage/mis","owner":"isKage","description":"Management Information System Course Project (Shared Learning Exchange Platform, a Campus AI Assistant)        管理信息系统pj，学习交流平台系统开发 MIS","archived":false,"fork":false,"pushed_at":"2025-03-18T09:46:30.000Z","size":24087,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T20:07:05.633Z","etag":null,"topics":["django","mis","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isKage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-04T10:36:11.000Z","updated_at":"2025-05-21T05:44:09.000Z","dependencies_parsed_at":"2024-12-14T06:20:58.495Z","dependency_job_id":"a6065f9f-1953-42ea-829f-31bcf17716a9","html_url":"https://github.com/isKage/mis","commit_stats":null,"previous_names":["iskage/mis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isKage/mis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isKage%2Fmis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isKage%2Fmis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isKage%2Fmis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isKage%2Fmis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isKage","download_url":"https://codeload.github.com/isKage/mis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isKage%2Fmis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","mis","mysql","python"],"created_at":"2025-03-20T14:36:59.245Z","updated_at":"2026-05-09T07:02:36.537Z","avatar_url":"https://github.com/isKage.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca title=\"License\" target=\"_blank\" href=\"https://github.com/isKage/mis/blob/main/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/isKage/mis.svg?style=flat\"\u003e\u003c/a\u003e\n  \u003ca title=\"GitHub Commits\" target=\"_blank\" href=\"https://github.com/isKage/mis/commits/main\"\u003e\u003cimg alt=\"GitHub Commits\" src=\"https://img.shields.io/github/commit-activity/m/isKage/mis.svg?style=flat\u0026color=brightgreen\u0026label=commits\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  \u003ca title=\"GitHub Watchers\" target=\"_blank\" href=\"https://github.com/isKage/mis/watchers\"\u003e\u003cimg alt=\"GitHub Watchers\" src=\"https://img.shields.io/github/watchers/isKage/mis.svg?label=Watchers\u0026style=social\"\u003e\u003c/a\u003e  \n  \u003ca title=\"GitHub Stars\" target=\"_blank\" href=\"https://github.com/isKage/mis/stargazers\"\u003e\u003cimg alt=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/isKage/mis.svg?label=Stars\u0026style=social\"\u003e\u003c/a\u003e  \n  \u003ca title=\"GitHub Forks\" target=\"_blank\" href=\"https://github.com/isKage/mis/network/members\"\u003e\u003cimg alt=\"GitHub Forks\" src=\"https://img.shields.io/github/forks/isKage/mis.svg?label=Forks\u0026style=social\"\u003e\u003c/a\u003e  \n\u003c/p\u003e\n\n# MIS（管理信息系统）：校园AI助手\n\n[lang: EN](./README_en.md)\n\n## 1. 项目简介\n\n该项目基于`Python3.9`，使用`Django`和`Mysql`构建。\n\n在使用`YOLOV5`网络时，您需要安装一些数据分析相关的库。\n\n## 2. 安装步骤\n\n首先，在`Terminal`中创建一个新文件夹\n```text\nmkdir newfile\n```\n\n然后进入该文件夹\n```text\ncd newfile\n```\n\n接下来，克隆该项目到当前目录\n```text\ngit clone git@github.com:isKage/mis.git\n```\n\n进入项目根目录\n```text\ncd mis\n```\n\n## 3. 安装依赖\n\n注意：该项目依赖于`Python3.9`\n```text\npip install -r requirements.txt\n```\n\n## 4. Mysql 设置\n\n在 mis 目录下创建一个`local_settings.py`文件，并进行如下设置：\n```python\n# 设置语言\nLANGUAGE_CODE = 'zh-hans'\n\n# Mysql 设置\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.mysql',\n        'NAME': 'mis',  # 使用你自己的数据库名称\n        'USER': 'root',  # 数据库用户\n        'PASSWORD': '******',  # 数据库密码\n        'HOST': '127.0.0.1',  # 本地数据库\n        'PORT': '3306',  # 默认端口\n    }\n}\n```\n\n接下来，运行以下命令创建数据表：\n```text\npython3 manage.py makemigrations\npython3 manage.py migrate\n```\n\n## 5. 启动项目\n\n在`Terminal`中运行以下命令：\n```text\npython3 manage.py runserver\n```\n然后，在浏览器中打开如下链接，若在本地运行：\n\n\u003e http://localhost:8000/\n\n## 6. 网页展示\n\n### 6.1 登陆界面\n![](./img_md/login.png)\n\n### 6.2 话题列表\n![](./img_md/event.png)\n\n文章发布与 AI 内容总结\n\n![](./img_md/event2.png)\n\n### 6.3 学习小组\n![](./img_md/group.png)\n\n### 6.4 消息界面\n![](./img_md/notice.png)\n\n### 6.5 AI Bot 网站人工智能助手\n![](./img_md/chat_bot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskage%2Fmis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiskage%2Fmis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskage%2Fmis/lists"}