文件名称:app-meeting-server:该存储库是为有关社区会议的django项目构建的
文件大小:9.26MB
文件格式:ZIP
更新时间:2024-04-20 08:12:58
Python
应用会议服务器 该存储库是用于社区会议的django项目。 准备 Python:3.5+ django:3.0.8 MySQL:8.0.18 安装 数据库是运行此应用程序所必需的,我们利用docker设置我们的开发环境,使用下面的命令在localhost上快速运行服务器: # seeting up environment make dev-env # running on virtualenv, several seconds needed for database to be ready make run-server 用Pycharm创建一个项目 File ==> New Project ==> Django:您可以创建一个新的解释器或使用Existing interpreter 。然后在More settings为您的应用提供Application name ,还可以运行pyt
【文件预览】:
app-meeting-server-master
----Dockerfile(416B)
----.gitignore(2KB)
----local_run.sh(712B)
----README.md(2KB)
----meetings()
--------utils()
--------admin.py(63B)
--------permissions.py(2KB)
--------models.py(9KB)
--------migrations()
--------urls.py(6KB)
--------tests.py(0B)
--------send_email.py(6KB)
--------__init__.py(45B)
--------apps.py(91B)
--------management()
--------images()
--------serializers.py(11KB)
--------views.py(61KB)
----manage.py(682B)
----LICENSE(11KB)
----community_meetings()
--------settings.py(8KB)
--------urls.py(1KB)
--------__init__.py(0B)
--------wsgi.py(413B)
----requirements.txt(1001B)
----deploy()
--------production()
--------fonts()
----templates()
--------template_with_summary_with_recordings.html(1KB)
--------README.md(312B)
--------template_without_summary_without_recordings.html(1KB)
--------template_with_summary_without_recordings.html(1KB)
--------template_without_summary_with_recordings.html(1KB)
--------images()
----Makefile(148B)