Damar225
Damar225
Hi, I'm using django-secretballot with django-likes .. I just want any example of how to make unlike/unvote .. i open issue on django-likes [https://github.com/praekelt/django-likes/issues/36](here) , but no response :(
Hey. I want to know if this project is dead or not, because I don't see anyone answer or trying to solve the issues!
The doc doesn't have explanation of how to use this package in templates! I will be very grateful if you give me example.... Thanks
Is there any example show how to make unlike? Thanks
Hello, I Have a query like this ``` ` query { doctors @rest(type: "doctors", path: "/doctors/") { Result { Id FirstName LastName Items (limit: 10) { id title } }...