votes
votes copied to clipboard
Like Dislike app based on Django Rest Framework
Following a tutorial, on step 3 : "Run python manage.py syncdb ", I'm getting an error: ``` # python manage.py syncdb Traceback (most recent call last): File "/app/manage.py", line 22,...
Hi, Can you please provide some examples on how to use this in a template? Thanks
Because the serializer does not have "user" as a read only field, the API asks for a user (which would be a security/abuse concern) - and then overwrites it with...