-
大小: 42.11MB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-07-05
- 語言: 數(shù)據(jù)庫
- 標簽: Python??在線答疑??web??
資源簡介
壓縮包內(nèi)附用戶使用手冊
針對不同的用戶層次,具有不同的功能:
(1) 學生用戶能夠進行提問、追問、檢索問題、查看過往問題
(2) 教師用戶可以進行回答、追答、受到提問同時收到提醒
(3) 所有的問題和回答不經(jīng)審核可以直接發(fā)布,但管理員用戶有權刪除提問和回答。
(4) 未登陸的游客身份也有權查閱/搜索問題
代碼片段和文件信息
#!/usr/bin/env?python
“““Django‘s?command-line?utility?for?administrative?tasks.“““
import?os
import?sys
def?main():
????os.environ.setdefault(‘DJANGO_SETTINGS_MODULE‘?‘OAS.settings‘)
????try:
????????from?django.core.management?import?execute_from_command_line
????except?ImportError?as?exc:
????????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?“
????????)?from?exc
????execute_from_command_line(sys.argv)
if?__name__?==?‘__main__‘:
????main()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-06-13?19:48??OAS\
?????目錄???????????0??2019-06-13?19:48??OAS\.idea\
?????文件?????????300??2019-06-13?19:48??OAS\.idea\misc.xm
?????文件?????????265??2019-06-13?19:48??OAS\.idea\modules.xm
?????文件????????1242??2019-06-13?19:48??OAS\.idea\OAS.iml
?????文件???????39255??2019-06-13?19:48??OAS\.idea\workspace.xm
?????目錄???????????0??2019-06-13?19:48??OAS\__pycache__\
?????文件?????????757??2019-06-13?19:48??OAS\__pycache__\manage.cpython-37.pyc
?????目錄???????????0??2019-06-13?19:48??OAS\first\
?????文件???????????0??2019-06-13?19:48??OAS\first\__init__.py
?????目錄???????????0??2019-06-13?19:48??OAS\first\__pycache__\
?????文件?????????118??2019-06-13?19:48??OAS\first\__pycache__\__init__.cpython-37.pyc
?????文件?????????928??2019-06-13?19:48??OAS\first\__pycache__\admin.cpython-37.pyc
?????文件????????1603??2019-06-13?19:48??OAS\first\__pycache__\models.cpython-37.pyc
?????文件?????????673??2019-06-13?19:48??OAS\first\__pycache__\urls.cpython-37.pyc
?????文件????????7071??2019-06-13?19:48??OAS\first\__pycache__\views.cpython-37.pyc
?????文件?????????610??2019-06-13?19:48??OAS\first\admin.py
?????文件??????????90??2019-06-13?19:48??OAS\first\apps.py
?????文件???????????0??2019-06-13?19:48??OAS\first\forms.py
?????目錄???????????0??2019-06-13?19:48??OAS\first\migrations\
?????文件????????2247??2019-06-13?19:48??OAS\first\migrations\0001_initial.py
?????文件?????????525??2019-06-13?19:48??OAS\first\migrations\0002_auto_20190530_2242.py
?????文件?????????350??2019-06-13?19:48??OAS\first\migrations\0003_remove_question_update_date.py
?????文件???????????0??2019-06-13?19:48??OAS\first\migrations\__init__.py
?????目錄???????????0??2019-06-13?19:48??OAS\first\migrations\__pycache__\
?????文件????????1464??2019-06-13?19:48??OAS\first\migrations\__pycache__\0001_initial.cpython-37.pyc
?????文件?????????619??2019-06-13?19:48??OAS\first\migrations\__pycache__\0002_auto_20190530_2242.cpython-37.pyc
?????文件?????????506??2019-06-13?19:48??OAS\first\migrations\__pycache__\0003_remove_question_update_date.cpython-37.pyc
?????文件?????????129??2019-06-13?19:48??OAS\first\migrations\__pycache__\__init__.cpython-37.pyc
?????文件????????1074??2019-06-13?19:48??OAS\first\models.py
?????目錄???????????0??2019-06-13?19:48??OAS\first\templates\
............此處省略271個文件信息
評論
共有 條評論