Original PR: https://github.com/eitchtee/WYGIWYH/pull/130 Author: @eitchtee Created: 2/3/2025 Status: ✅ Merged Merged: 2/3/2025 Merged by: @eitchtee
Base: main ← Head: dev
main
dev
f7768c8
9 files changed (+525 additions, -1 deletions)
📝 app/apps/currencies/admin.py (+15 -1) ➕ app/apps/currencies/exchange_rates/base.py (+30 -0) ➕ app/apps/currencies/exchange_rates/fetcher.py (+162 -0) ➕ app/apps/currencies/exchange_rates/providers.py (+140 -0) ➕ app/apps/currencies/migrations/0007_exchangerateservice.py (+32 -0) ➕ app/apps/currencies/migrations/0008_exchangerateservice_target_accounts_and_more.py (+24 -0) ➕ app/apps/currencies/migrations/0009_alter_exchangerateservice_target_accounts_and_more.py (+24 -0) 📝 app/apps/currencies/models.py (+67 -0) ➕ app/apps/currencies/tasks.py (+31 -0)
app/apps/currencies/admin.py
app/apps/currencies/exchange_rates/base.py
app/apps/currencies/exchange_rates/fetcher.py
app/apps/currencies/exchange_rates/providers.py
app/apps/currencies/migrations/0007_exchangerateservice.py
app/apps/currencies/migrations/0008_exchangerateservice_target_accounts_and_more.py
app/apps/currencies/migrations/0009_alter_exchangerateservice_target_accounts_and_more.py
app/apps/currencies/models.py
app/apps/currencies/tasks.py
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/130
Author: @eitchtee
Created: 2/3/2025
Status: ✅ Merged
Merged: 2/3/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
f7768c8feat: internal code for automatic exchange rate fetching📊 Changes
9 files changed (+525 additions, -1 deletions)
View changed files
📝
app/apps/currencies/admin.py(+15 -1)➕
app/apps/currencies/exchange_rates/base.py(+30 -0)➕
app/apps/currencies/exchange_rates/fetcher.py(+162 -0)➕
app/apps/currencies/exchange_rates/providers.py(+140 -0)➕
app/apps/currencies/migrations/0007_exchangerateservice.py(+32 -0)➕
app/apps/currencies/migrations/0008_exchangerateservice_target_accounts_and_more.py(+24 -0)➕
app/apps/currencies/migrations/0009_alter_exchangerateservice_target_accounts_and_more.py(+24 -0)📝
app/apps/currencies/models.py(+67 -0)➕
app/apps/currencies/tasks.py(+31 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.