Ömer Selçuk

Results 6 comments of Ömer Selçuk

I would happily contribute. Count me in.

what about an intermediate page with a form? how can I add something like that?

This is not about the templates presented in this repository. Uncompressed full TailwindCSS library takes about 2MB, however the official website suggests developers to use it as a PostCSS extension....

I have encountered the same issue while including the snippet from docs. (see attachment) Also, I had to load {% load pinax_comments_tags bootstrap %} too, which was not written in...

Hey. Here are some of my progress. I runned graphviz to visualize relations within models. ![my_project_visualized](https://user-images.githubusercontent.com/47565842/90986096-11322280-e589-11ea-9c94-5087d363af93.png) There's no obvious link between Like and Entry. When I double tabbed to see...

Okay. I have been inspecting your source code and came up with a solution. ```python @register.simple_tag def who_likes(obj): """ Usage: {% who_likes obj as var %} """ return Like.objects.filter( receiver_content_type=ContentType.objects.get_for_model(obj),...