pinax-likes icon indicating copy to clipboard operation
pinax-likes copied to clipboard

a liking app for Django

Results 5 pinax-likes issues
Sort by recently updated
recently updated
newest added

Looking for maintainers! There is a lot of pull requests and open issues that the current maintainers, myself included, are just not finding the time to properly get to. Maybe...

question

I couldn't get the FA icons to show up until I included: in my base template. I think there's a significant amount of setup instructions currently missing in the docs.

bug

Django 2.2.1 The steps are as follows: - `pip3 install pinax-likes` - Added `'pinax.likes',` to the project's settings.py file, then added: ``` PINAX_LIKES_LIKABLE_MODELS = { "app.Post": {} } ``` -...

Hello devs. I am proudly using your package, but I have an issue. I'd like to get my model's total likes programmatically, will be using this to list the entries...

question

Since a like button usually lie in a detail page. Assume I have a blog post which URL is /post/4. When a anonymous user click the like boutton, he will...

For Discussion