moneropro/app/charts
Kumi 8c779ba5e5
Some checks are pending
Docker / build (push) Waiting to run
feat(management): add command to initialize chart data
Introduced a new management command to initialize the database with current data for specified cryptocurrencies (`xmr`, `btc`, `dash`, `zec`, `grin`). This process involves deleting existing data entries and fetching updated historical and market data. This enhancement ensures the application starts with the most recent information, improving data accuracy and reliability.
2024-11-13 14:26:15 +01:00
..
management/commands feat(management): add command to initialize chart data 2024-11-13 14:26:15 +01:00
templates/charts organize files to use with Docker 2024-11-11 23:58:39 +01:00
admin.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
apps.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
asynchronous.py refactor: switch from Google Sheets to ODS file output 2024-11-13 12:16:21 +01:00
forms.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
models.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
synchronous.py refactor: replace Google Sheets with ODS processing 2024-11-13 12:55:17 +01:00
urls.py fix: address formatting and configuration inconsistencies 2024-11-12 13:45:40 +01:00
views.py refactor: switch to pandas for data extraction 2024-11-13 10:08:39 +01:00