• 大小: 411KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-17
  • 语言: Python
  • 标签: 管理系统  

资源简介

一个基于Python的会议室预定系统, 主要实现会议室的合理分配。

资源截图

代码片段和文件信息

#!/usr/bin/env python
import os
import sys

if __name__ == “__main__“:
    os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “MRBS.settings“)
    try:
        from django.core.management import execute_from_command_line
    except ImportError:
        # The above import may fail for some other reason. Ensure that the
        # issue is really that Django is missing to avoid masking other
        # exceptions on Python 2.
        try:
            import django
        except ImportError:
            raise ImportError(
                “Couldn‘t import Django. Are you sure it‘s installed and “
                “available on your PYTHONPATH environment variable? Did you “
                “forget to activate a virtual environment?“
            )
        raise
    execute_from_command_line(sys.argv)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          4  2018-03-26 11:14  MRBS\.idea\.name

     文件      15574  2018-03-26 20:26  MRBS\.idea\dataSources\8a6985a8-caf4-485e-98f3-c62fcdfcc4c1.xml

     文件      15578  2018-03-26 20:26  MRBS\.idea\dataSources\d1ee922b-b241-4321-a898-a5faac4cde92.xml

     文件      23614  2018-03-26 17:07  MRBS\.idea\dataSources.ids

     文件        840  2018-03-26 20:27  MRBS\.idea\dataSources.local.xml

     文件       2755  2018-03-26 20:27  MRBS\.idea\dataSources.xml

     文件         83  2018-03-26 11:15  MRBS\.idea\dictionaries\yuan.xml

     文件         86  2018-03-26 11:15  MRBS\.idea\dictionaries\yuanhao.xml

     文件        200  2018-03-26 11:14  MRBS\.idea\encodings.xml

     文件        235  2018-03-26 11:15  MRBS\.idea\inspectionProfiles\profiles_settings.xml

     文件        504  2018-03-26 11:15  MRBS\.idea\inspectionProfiles\Project_Default.xml

     文件        997  2018-03-26 20:27  MRBS\.idea\misc.xml

     文件        260  2018-03-26 11:14  MRBS\.idea\modules.xml

     文件       1086  2018-03-26 20:27  MRBS\.idea\MRBS.iml

     文件      46282  2018-03-28 19:03  MRBS\.idea\workspace.xml

     文件        170  2018-03-26 17:07  MRBS\app01\admin.py

     文件         85  2018-03-26 11:14  MRBS\app01\apps.py

     文件       4439  2018-03-26 17:05  MRBS\app01\migrations\0001_initial.py

     文件          0  2018-03-26 11:14  MRBS\app01\migrations\__init__.py

     文件       3724  2018-03-26 17:05  MRBS\app01\migrations\__pycache__\0001_initial.cpython-35.pyc

     文件       3341  2018-03-26 20:28  MRBS\app01\migrations\__pycache__\0001_initial.cpython-36.pyc

     文件        139  2018-03-26 11:18  MRBS\app01\migrations\__pycache__\__init__.cpython-35.pyc

     文件        137  2018-03-26 20:28  MRBS\app01\migrations\__pycache__\__init__.cpython-36.pyc

     文件       1137  2018-03-26 17:05  MRBS\app01\models.py

     文件      26132  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap-theme.css

     文件      47706  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap-theme.css.map

     文件      23409  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap-theme.min.css

     文件      25648  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap-theme.min.css.map

     文件     146010  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap.css

     文件     389287  2016-07-25 15:53  MRBS\app01\static\bootstrap\css\bootstrap.css.map

............此处省略67个文件信息

评论

共有 条评论