-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@@ -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 && |
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.
nice!
[ | ||
{"code": "TRY", "name": "Turkish Lira"}, | ||
{"code": "USD", "name": "US Dollar"} | ||
] |
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.
Let's discuss other currencies, so stocks, in the future
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.
Great job Cem, we can merge this PR once the conflict is resolved
Implemented base commands to fill database with Turkish stocks and supported currencies. They will be created each time the project is built.