votes icon indicating copy to clipboard operation
votes copied to clipboard

Like Dislike app based on Django Rest Framework

Results 3 votes issues
Sort by recently updated
recently updated
newest added

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...