Quick question: is there a reason you used a decorator for the first signal but manually connected the pre_save? Do they function differently in this case?
Got these errors please help. File "C:\Users\Tabish Chauhan\Desktop\src\account\models.py", line 7, in from rest_framework.authtoken.models import Token File "C:\Users\Tabish Chauhan\Anaconda3\envs\py36\lib\site-packages est_framework\authtoken\models.py", line 6, in < module> from django.utils.encoding import python_2_unicode_compatible ImportError: cannot import name 'python_2_unicode_compatible
Hands down best serializer tutorial on youtube
Guys, it is the second part of the video series. Here is the first part:
ruclips.net/video/laemZRIiP2o/видео.html
Where you will have source code
Excellent job organizing the information and providing the context around why we’re doing what we’re doing. Thank you. :)
Glad you liked it.
@Austin Curtis, totally agree with you. He's done so fluent explanation in a simpler way. Loved it. Thanks, Mitch
Great video with very clear explanations! Thanks a lot for taking the time to make it!
could you explain why we dont use serializer when we use django without rest framework, meaning when we use the render method
This is pure gold
I love your thumbnails 😂
Quick question: is there a reason you used a decorator for the first signal but manually connected the pre_save? Do they function differently in this case?
if one simply ,instead of rendering a template in django, provides json data in response does it become an rest api??
yeah!!
Can't follow along ...please code from scratch
Excellent information
best video on serializers thank you.
Subscribed! Nice explanations bro.
How do i change Boolean field values in a serializer . For example. Changing true or false to Valid or Invalid
Can u please just make rest api tutorial without webapplication from start
Next video! ruclips.net/video/DiSoVShaOLI/видео.html
Got these errors please help.
File "C:\Users\Tabish Chauhan\Desktop\src\account\models.py", line 7, in
from rest_framework.authtoken.models import Token
File "C:\Users\Tabish Chauhan\Anaconda3\envs\py36\lib\site-packages
est_framework\authtoken\models.py", line 6, in <
module>
from django.utils.encoding import python_2_unicode_compatible
ImportError: cannot import name 'python_2_unicode_compatible
there is no BlogPost anymore
please code from scratch
I did. It's part of a playlist
__all__ in the fields will get all your models keys and values
Is it only me, or Django has bad documentation compared to Laravel?
Worst doc imo
I hate Django and REST framework.