You are the best youtube channel when it comes to Django. Huuuge thanks, man. Keep it up!
@veryacademy4 жыл бұрын
Thank you, very kind. We keep moving forward with Django - still quite a lot to cover so, we continue 🐱🏍
@tritran4139 Жыл бұрын
I do agree
@irabor18 Жыл бұрын
Great Content!
@dennisasamoah22132 жыл бұрын
great again
@TheBodybuildingG3 жыл бұрын
Now this is a topic I never saw approached. Keep it up!
@veryacademy3 жыл бұрын
Glad you liked it!
@mariamzayed912 жыл бұрын
it's amazing getting this huge benefitable knowledge form one series! Thank You!
@veryacademy2 жыл бұрын
Happy to hear that!
@dhrutijoshi37012 жыл бұрын
Just awesome
@Acel-013 жыл бұрын
Thank you very much! Been trying to generate a documentaion for the project I'm working on for days but kept running into issues. Thanks again for this video, very easy to follow with no hassle
@prateeksarangi91873 жыл бұрын
Thanks !! Again you are awesome !! Looking forward to see future content !
@jeraldjoshuaechavia11083 жыл бұрын
The best django channel for me!!!! Can I give this a double thumbs up instead? Congrats for this, again, very informative tutorial.
@아침밥-g8g4 жыл бұрын
Amazing !!!! , Thanks to this, it will be very useful for collaboration with frontend
@veryacademy4 жыл бұрын
You are very welcome! Glad it was useful 👍
@santhoshreddy25713 жыл бұрын
Thank you, you made it look very simple, I couldn't understand it properly when I was going through doucmentation.
@veryacademy3 жыл бұрын
Glad it helped!
@Vitaliy-ct2wv4 жыл бұрын
Very cool! Thanks!
@veryacademy4 жыл бұрын
No problem!
@elonmusk21424 жыл бұрын
good content again
@veryacademy4 жыл бұрын
Thank you 👍
@Chowdahhh3 жыл бұрын
Hi! I've generated my schema following the tutorial but when viewing it like you do at 8:30, I don't see the properties the api call requires, just a $ref line, like this: /api/token/: post: operationId: createTokenObtainPair description: 'Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.' parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/TokenObtainPair' Any idea why this could be?
@green1278dramost52 жыл бұрын
Thank you for the video. Is there a way to generate similar documentation if I'm using Django, not DRF?
@veryacademy2 жыл бұрын
Hi, this is related to api development and generating api documentation. I have shown in other tutorials how to generate database schemes. If your using a different api, that particular api will guide you to what documentation tools it supports
@davistodt3866 Жыл бұрын
Can someone explain to me what is being offered here by using swagger docs instead of the "built in" api docs you're getting for free from DRF? I'm clearly missing something and am new to DRF. Thanks in advance
@nikhilbhardwaj60553 жыл бұрын
But how can we integrate jwt in it (add path('api/docs/', include_docs_urls(title="Rest Framework Api", authentication_classes=[], permission_classes=[] )) Thank you so much :)
@as5728-h1i3 жыл бұрын
Subscribed
@veryacademy3 жыл бұрын
Thank you!
@amaangigani9372 Жыл бұрын
How to use auto schema for list of strings?
@rafalpantoja Жыл бұрын
Good evening, is it possible to customize this document that Django generates automatically, if so can you help me?
@siddharthshukla35574 жыл бұрын
please consider doing a project based on django-channels where views, models, etc are being used. or maybe somehow use django-channels in this project.
@veryacademy4 жыл бұрын
I have added this to the list. I do have a number of project I am working on at the same time - everything is moving slowly forward to much larger and more detailed projects.
@cristiancamilosanchezardil9730 Жыл бұрын
Is there a way to make it a json raw data and not fill a form?
@carinathebookworm52932 жыл бұрын
Is there a way to make the documentation into a pdf?
@Empusas13 жыл бұрын
you explained the swagger UI features, but then did not use it?
@AlwataniaAgence4 жыл бұрын
Hi, I’m so confused, I have an e-commerce web site, only Django, html, css and is, for dB I used MySQL. I want to build an android app for the existing web project. How can I do? I searched for a lot and didn’t found any information about it.
@veryacademy4 жыл бұрын
Hey, sorry not to get back to you sooner - replied in the other comment.
@amanjain66803 жыл бұрын
I got an error saying view() requires a positional argument. Dont know why!
@veryacademy3 жыл бұрын
Hi Aman, did you add the request in the view?
@amanjain66803 жыл бұрын
@@veryacademy all my custom view have request in it. The problem occurs with the api schema,when teying to fetch 'schema' end point. You did not put request in anywhere while building the Schema 🤔
@ytg66632 жыл бұрын
Tq
@KrishnaManohar80214 жыл бұрын
How many times I tell you thanks 😬😬😬😬
@veryacademy4 жыл бұрын
Thank you - no worries, please keep commenting it helps the channel grow. Much more to come!
@ABHISHEKKUMAR-pc9vh Жыл бұрын
I got this error can you please help me: "Could not import 'rest_framework.schemas.coreapi.AutoSchema' for API setting 'DEFAULT_SCHEMA_CLASS'. ModuleNotFoundError: No module named 'rest_framework.schemas.coreapi'.
@veryacademy Жыл бұрын
kzbin.info/www/bejne/jnPbpKaBjstofZI this is an update version which should make this easier