Skip to content
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

Feature/be daily currency stock update #442

Merged
merged 6 commits into from
Dec 10, 2024

Conversation

cemgungor1
Copy link
Contributor

Implemented base commands to fill database with Turkish stocks and supported currencies. They will be created each time the project is built.

@cemgungor1 cemgungor1 added this to the 451 - Milestone 3 milestone Dec 4, 2024
@cemgungor1 cemgungor1 self-assigned this Dec 4, 2024
@@ -32,6 +32,8 @@ services:
sh -c 'python3 manage.py makemigrations &&
python3 manage.py migrate --noinput &&
python3 manage.py collectstatic --noinput &&
python3 manage.py update_currencies &&
python3 manage.py update_stocks &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

[
{"code": "TRY", "name": "Turkish Lira"},
{"code": "USD", "name": "US Dollar"}
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss other currencies, so stocks, in the future

Copy link
Contributor

@rukiyeaslan rukiyeaslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job Cem, we can merge this PR once the conflict is resolved

@rukiyeaslan rukiyeaslan merged commit be6c42d into dev Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants