-
Notifications
You must be signed in to change notification settings - Fork 24
Add docstrings for views #114
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
user_management/api/views.py
Outdated
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.
Define a `POST` ...
from itsusing their
Help reading the code and will be displayed in the browsable api from rest-framework.
3a89d64 to
a47aa5b
Compare
user_management/api/views.py
Outdated
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.
Stray blank line here.
user_management/api/views.py
Outdated
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.
Quotes on own line for multi-line docstrings, please
|
Looks good |
|
Docstrings for |
|
👍 |
Adding docstrings for view would allow to use the browsable api from the
djangorestframework