Re: Could the comments framework be more generic?

2010-11-29 Thread Kevin Renskers
> Can you be specific on how the current setup is preventing you from > getting it done? I think the easiest way is to look at my code on bitbucket, for example my models.py: https://bitbucket.org/bolhoed/django_disqus_comments/src/b2c6fbb025f6/models.py. As you can see, I have to hack my own mod

Re: Could the comments framework be more generic?

2010-11-28 Thread Kevin Renskers
Whoops, url should be https://bitbucket.org/bolhoed/django_disqus_comments. On Nov 28, 7:29 pm, Kevin Renskers wrote: > The existing apps use the JavaScript interface offered by Disqus. This > does not integrate with apps that expect Django's comments app. > > I've ma

Re: Could the comments framework be more generic?

2010-11-28 Thread Kevin Renskers
; thereof. > > But whether it was in trunk or just somewhere on github, I'd use it > either way. In my thinking about doing this I never really ran into a > compatibility/patch issue. Did you? > > -Steve > > On Nov 27, 6:55 pm, Kevin Renskers wrote: > > > > >

Could the comments framework be more generic?

2010-11-27 Thread Kevin Renskers
es in the admin interface. Django-blog-zinnia does this. I am looking forward to any comments and ideas. Is something like this even possible without completely breaking backwards compatibility? Kind regard, Kevin Renskers -- You received this message because you are subscribed to the Google Groups