2 Star 4 Fork 1

supermain / 六年七班同学录

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

六年七班同学录

欢迎来到这个项目!这个项目如其名,是一个同学录
所以说,这个项目有什么功能呢?

软件架构

该软件采用了

  • Python 3.9
  • Django 3.2
  • Bootstrap 4.6.1
  • Django-mdeditor
  • Bootswatch
  • mistune

这六个开源项目。

分为7个 APP

  1. about 网站更新记载与鸣谢页面
  2. events 负责记录班级那些不得了的事情
  3. feedback 负责记录对这个网站的反馈(如果你也有反馈,请在 Issues 里提
  4. home 主页+公告功能,上面有一堆废话和公告链接
  5. login 负责登录功能
  6. student 负责记录各位同学的个人信息和他们的个人介绍

    注意,这玩意任何登录用户都可以编辑,介意的话请勿使用

  7. teacher 负责记载那些曾经教过我们的老师

部署教程

Debian / Ubuntu

请先安装 Docker(此处不讲)。
然后拉取 Python 3.9 镜像:

docker pull python:3.9

接下来请构建 Docker 容器:

docker build . -t python:3.9

看到上面执行的结果的倒数第二行了吗?有一串数字。记下这个数字,然后执行:

docker run -p 8000:8000 <刚才的数字>

你可以看到一个不完全体的同学录项目。
详细的配置教程请看这篇文章

自定义内容;

  1. 主页内容 请去 templates 文件夹中寻找 home/index.html,更改主页内容
  2. 还有什么可以自定义的吗?也没有吧?

开发人员

supermain 独自开发而成。
由于正在准备小学毕业考,可以考虑发 QQ 联系:2310646553

在线体验

如果想要体验一下这个系统的话,请来六年七班同学录

MIT License Copyright (c) 2022 supermain 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.

简介

一个同学录网站,使用Django和Bootstrap编写而成。 展开 收起
Python 等 4 种语言
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/superpythonwen/django-year6-class7.git
git@gitee.com:superpythonwen/django-year6-class7.git
superpythonwen
django-year6-class7
六年七班同学录
master

搜索帮助