-
Notifications
You must be signed in to change notification settings - Fork 4
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
Course audit feature #520
base: master
Are you sure you want to change the base?
Course audit feature #520
Conversation
backend/courses/views.py
Outdated
""" | ||
|
||
def get(self, request, semester): | ||
timestamp = request.GET.get("timestamp") |
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.
Nit: DRF (Django rest framework) provides the request.query_params.get(...) which is more readable
Note that this contains some commits from another open PR that shouldn't be merged yet, prob should remove if we're planning on merging this before that PR |
Also should prob fix the pre-commit hooks so that it does the linting - seems like we all have different formatters and it makes review harder. @AaDalal (I can look into this but would have to be sometimes late next week) |
There are some changes to the docker container environment. Please restart the development environment if things are not working.