Open
Conversation
89d981d to
41578eb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #665 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 285 285
Lines 11862 11862
Branches 403 403
=========================================
Hits 11862 11862 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
75325f7 to
d032800
Compare
sobolevn
reviewed
Mar 17, 2026
| :caption: views.py | ||
| :language: python | ||
| :linenos: | ||
| :lines: 1-16 |
Member
There was a problem hiding this comment.
Do we really need all imports here? Maybe we can just create another file with the minimal setup?
from dmr import Body, Controller, Headers
from dmr.plugins.msgspec import MsgspecSerializerare not really required.
| ``POST /api/user/`` with a JSON body and the ``X-API-Consumer`` header. | ||
|
|
||
|
|
||
| Next steps |
Member
There was a problem hiding this comment.
I don't like that the swagger part is gone, it should be in the first example.
Also, this part is also gone:
if __name__ == '__main__':
# Use `python THIS_FILE_NAME.py runserver` to run the example.
# Then visit `http://localhost:8000/docs/swagger` to view the docs.
execute_from_command_line(sys.argv)We need to get the working app by the end of this guide. And now there's nothing we can actually run and test.
Things to fix:
- Swagger
manage.pysettings.configure
3fe5544 to
5b14e60
Compare
2c1f48b to
6466f34
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have made things!
Checklist
Related issues