-
Notifications
You must be signed in to change notification settings - Fork 84
Optimize queries for participants_data view #533
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
Conversation
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.
please remove this file, we already have similar script in https://github.com/sio2project/oioioi/blob/master/oioioi/oi/management/commands/import_schools_legacy.py
oioioi/participants/management/commands/import_participants_for_oi.py
Outdated
Show resolved
Hide resolved
oioioi/participants/management/commands/import_participants_for_oi.py
Outdated
Show resolved
Hide resolved
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.
Please handle the comments from the review.
* Small performance changes * Add select_related() * Add some management tools * Remove timing utils * removing unused code * remove unused scripts --------- Co-authored-by: Tomasz Waleń <[email protected]>
Closes #345