sitcon-tw / Camp2024-Drawing-Competition-Backend

A Python Turtle Judge Challenge System
Other
1 stars 2 forks source link

🦄 refactor(all): Seperate DB to repo #38

Closed fan9704 closed 5 months ago

fan9704 commented 5 months ago

DB operation move to repository

描述 Description

拆分 Repository 從 View 中的結構出來

相關的 Issues #(ticket number) / 無 Related Issues #(ticket number) / None

變更的類型 Change Type

影響的 API Affect API

相關的 資源或參考文件連結 Related Resource/Document Link

If this PR related some resource/document please offer link

檢查清單 Check List

- [ ] 我已經在本地手動測試過,確保功能的完整性和穩定性 I have done fully correct manual test

fan9704 commented 5 months ago

執行 HTTPS with Dev Mode

指令

python manage.py runserver_plus --key-file selftest-key --cert-file selftest-cert 0.0.0.0:8000
fan9704 commented 5 months ago

@burnedinthesky 你試試看有沒有效果

我是測試沒問題

image

fan9704 commented 5 months ago

驗證過後 我們再來 Merge