資源簡介
使用Django框架及MySQL數據庫實現BS架構的教務管理系統/學生選課系統
包含學生端、教師端以及管理員端,功能豐富

代碼片段和文件信息
#!/usr/bin/env?python
“““Django‘s?command-line?utility?for?administrative?tasks.“““
import?os
import?sys
def?main():
????os.environ.setdefault(‘DJANGO_SETTINGS_MODULE‘?‘jwglxt.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()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????19??2020-05-17?21:19??jwglxt\.git\COMMIT_EDITMSG
?????文件????????299??2020-04-27?10:03??jwglxt\.git\config
?????文件?????????73??2020-04-27?09:56??jwglxt\.git\desc
?????文件?????????94??2020-05-17?21:19??jwglxt\.git\FETCH_HEAD
?????文件?????????23??2020-04-27?09:56??jwglxt\.git\HEAD
?????文件????????478??2020-04-27?09:56??jwglxt\.git\hooks\applypatch-msg.sample
?????文件????????896??2020-04-27?09:56??jwglxt\.git\hooks\commit-msg.sample
?????文件???????4655??2020-04-27?09:56??jwglxt\.git\hooks\fsmonitor-watchman.sample
?????文件????????189??2020-04-27?09:56??jwglxt\.git\hooks\post-update.sample
?????文件????????424??2020-04-27?09:56??jwglxt\.git\hooks\pre-applypatch.sample
?????文件???????1643??2020-04-27?09:56??jwglxt\.git\hooks\pre-commit.sample
?????文件????????416??2020-04-27?09:56??jwglxt\.git\hooks\pre-merge-commit.sample
?????文件???????1348??2020-04-27?09:56??jwglxt\.git\hooks\pre-push.sample
?????文件???????4898??2020-04-27?09:56??jwglxt\.git\hooks\pre-reba
?????文件????????544??2020-04-27?09:56??jwglxt\.git\hooks\pre-receive.sample
?????文件???????1492??2020-04-27?09:56??jwglxt\.git\hooks\prepare-commit-msg.sample
?????文件???????3635??2020-04-27?09:56??jwglxt\.git\hooks\update.sample
?????文件??????11332??2020-06-07?13:21??jwglxt\.git\index
?????文件????????240??2020-04-27?09:56??jwglxt\.git\info\exclude
?????文件???????4254??2020-05-17?21:19??jwglxt\.git\logs\HEAD
?????文件???????3880??2020-05-17?21:19??jwglxt\.git\logs\refs\heads\master
?????文件???????3168??2020-05-17?21:20??jwglxt\.git\logs\refs\remotes\origin\master
?????文件????????280??2020-05-02?21:38??jwglxt\.git\ob
?????文件????????563??2020-04-30?17:42??jwglxt\.git\ob
?????文件???????1723??2020-05-06?21:29??jwglxt\.git\ob
?????文件????????168??2020-04-27?09:57??jwglxt\.git\ob
?????文件????????390??2020-04-27?09:57??jwglxt\.git\ob
?????文件????????256??2020-05-11?14:08??jwglxt\.git\ob
?????文件????????864??2020-04-28?15:23??jwglxt\.git\ob
?????文件???????2010??2020-05-05?16:36??jwglxt\.git\ob
............此處省略735個文件信息
評論
共有 條評論