Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

awesome-python/meeting

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

开源会议室

开源会议室预约小程序+Django服务端后台

扫码体验

开源会议室

安装方式

本项目在以下代码托管网站同步更新:

获取代码

git clone https://github.com/007gzs/meeting.git

服务端配置

创建数据库

CREATE SCHEMA `meeting` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ;

初始化数据

server/meeting/local_settings.py.default 重命名为 server/meeting/local_settings.py 并修改其中相关信息 在server目录中执行(推荐使用虚拟python虚拟环境)

# 安装依赖
pip install -r requirements.txt
# 初始化数据库
python manage.py makemigrations
python manage.py migrate
# 创建管理员用户
python manage.py createsuperuser
# 启动服务
python manage.py runserver 0.0.0.0:8000

后台管理地址

http://127.0.0.1:8000/sysadmin

可以用上面创建的管理员账号登录查看

小程序配置

  • miniprogram/utils/api.js文件中const server = 'http://10.100.0.7:8000' 修改为本机内网IP
  • miniprogram/project.config.jsonappid修改为自己的appid
  • 用微信web开发者工具打开miniprogram并编译

软件截图

会议室列表 会议预约 会议列表 会议明细 会议室二维码 我的会议

About

开源会议室预约小程序+Django服务端后台

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • JavaScript 46.0%
  • HTML 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.