-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adjust conference date to 2024 #1162
Conversation
update date in 2023 to 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1162 +/- ##
=======================================
Coverage 70.59% 70.59%
=======================================
Files 85 85
Lines 3394 3394
=======================================
Hits 2396 2396
Misses 998 998 ☔ View full report in Codecov by Sentry. |
It’s twenty-first and twenty-second, i.e. 21st and 22nd, not 21th and 22th. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 有檢查過有沒有新的 migration scripts 嗎?(指令為
python manage.py makemigrations
)- 或者知道為何要做 DB migrations 嗎?
- po 檔的原文變更是可以自動產出的(指令為
python manage.py makemessages -l en_US -l zh_Hant
),看起來只有(手動)修改英文的 po 檔案但沒有改到中文的 po
Thanks a lot! Shame of my tuition. |
我是參考deploy_local_env_dev.md進行中
這是現在在debug的地方. 執行完後會出現這段錯誤訊息:
知道要更新2023 db->2024 db使資訊取用為2024版本; 不過沒有連結到這層, 並以為db migration做完, 只是db裡部分資料尚未更新.
我就知道有自動化的方式! |
所以理想來說是以這樣的方式變更?
變更core/choices.py
$ python manage.py makemigrations |
我們現在用的 python 是很舊的 3.6 版本,你用的是 3.9,可能是因此而有語法上的差異 |
尚未解決. 不過更新下新發現: macOS v11無法使用3.6.14之前的版本. 於是用3.6.15來跑.
執行$python manage makemigrations, 會出現
參考自stack overflow, 這可能是3.8前的版本會遇到的錯誤 |
update date in 2023 to 2024
Types of changes
Description
Describe what the change is
Current options are outdated in proposal system. latest conference dates have to be updated to
Day1: 2024/9/21
Day2: 2024/9/22
screenshot:
Related Issue
#1163
More Information
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Refer to:
#1120