Re: Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Swaroop Shankar V
Thanks Anoop for those links, but it is not exactly what I require and also the overhead of xmpp server is also there. Well all i require is to know is how i can create an entry in the tables created by the commenting framework through an API if available. Thanks and Regards, Swaroop Shankar V

Re: Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Anoop Thomas Mathew
Hi, Try this https://github.com/agiliq/django-pubsub/ You can get a live demo here http://chat.agiliq.com/pubsub/. See if this suits your purpose. Thanks, Anoop Thomas Mathew atm ___ Life is short, Live it hard. On 7 January 2012 19:34, Swaroop Shankar V wrote: > hello

Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Swaroop Shankar V
hello All, Am trying to build somewhat like an activity stream for my web application. Since its not exactly similar to the normal activity streams found in facebook I am not able to use any of the existing django activity stream projects like django-activity-stream in my application. So I am

Re: Problem with comments framework

2011-01-14 Thread Ariel
Thank you for your response,. Well, I have define the template: comments/comment_user_notification.txt but any comment is displayed. Regards Ariel On Thu, Jan 13, 2011 at 10:43 AM, Xavier Ordoquy wrote: > Hi, > > You may want to have a look at: > >

Re: Problem with comments framework

2011-01-13 Thread Xavier Ordoquy
Hi, You may want to have a look at: http://docs.djangoproject.com/en/1.2/ref/contrib/comments/moderation/#django.contrib.comments.moderation.CommentModerator.email_notification Or define a template name comments/comment_user_notification.txt as stated by the exception :) Regards, Xavier. Le

Problem with comments framework

2011-01-13 Thread Ariel
Hi everybody, I have a problem with comments I have done everything as said in http://docs.djangoproject.com/en/1.2/ref/contrib/comments/ but I have a problem that I don't know how to solve when I post a comment I get this error: Exception Type: TemplateDoesNotExist Exception Value:

Re: Where's the form value set for comments framework/app

2010-11-30 Thread photon
I looked into the code again and think I've found where the values come from. class CommentFormNode(BaseCommentNode): """Insert a form for the comment model into the context.""" ... return comments.get_form() (ctype.get_object_for_this_type(pk=object_pk)) The comments.get_form()

Re: Where's the form value set for comments framework/app

2010-11-30 Thread Daniel Roseman
On Nov 30, 8:31 am, photon wrote: > Mostly I followed the instruction > ofhttp://docs.djangoproject.com/en/dev/ref/contrib/comments/ > > While my code could run as expected, I cannot find when and where the > field values in "form" are set before it's called in line 4~6 of

Where's the form value set for comments framework/app

2010-11-30 Thread photon
Mostly I followed the instruction of http://docs.djangoproject.com/en/dev/ref/contrib/comments/ While my code could run as expected, I cannot find when and where the field values in "form" are set before it's called in line 4~6 of the form.html as below. What I'm particularly interested in was

Re: Error configuring Django to run customized comments framework

2010-10-02 Thread Phil Gyford
wrote: > I'm having an issue with setting up a Django website which uses the > Django comments framework on my server. The site runs fine when run > locally (using manage.py runserver) but when pushed live I'm getting > the error: > > ImproperlyConfigured at / > The COMMENTS_

Error configuring Django to run customized comments framework

2010-08-26 Thread Groady
I'm having an issue with setting up a Django website which uses the Django comments framework on my server. The site runs fine when run locally (using manage.py runserver) but when pushed live I'm getting the error: ImproperlyConfigured at / The COMMENTS_APP setting refers to a non-existing

Comments framework and email address validation

2009-08-21 Thread dchandek
Hi, I just delved into the comments framework (Django 1.1) and have a question about the email address field. According to djang.contrib.comments.model the user_email field is not required since blank=True. I don't see anything in admin.py or forms.py that alters this, yet my comment form

Re: how can i custom the comments framework ?

2009-03-20 Thread 馒头大神
project .the >> built-in comment framework has several fields like name ,urls,comment >> and so on! but in my project ,i only want the users to input the >> comment field only,so how can i custom the comments framework ? or >> any other solution? >> >> >> &

Re: how can i custom the comments framework ?

2009-03-20 Thread Alex Gaynor
nt the users to input the > comment field only,so how can i custom the comments framework ? or > any other solution? > > > > > There are quite a few hooks for customizing the comments framework take a look at them: http://docs.djangoproject.com/en/dev/ref/contrib/comments/custom

how can i custom the comments framework ?

2009-03-20 Thread 小长乐
hi every body , i'm new in django,and now i have a problem in my project .the built-in comment framework has several fields like name ,urls,comment and so on! but in my project ,i only want the users to input the comment field only,so how can i custom the comments framework ? or any

Re: Comments Framework and Authentication

2009-01-06 Thread Tim
s of a comments moderator? > > - Tim > > On Jan 3, 7:23 pm, Tim <rubyf...@gmail.com> wrote: > > > Hi all - > > > I am having a bit of difficulty with the Django comments framework - > > more specifically, dealing with comment modifications by site users

Re: Comments Framework and Authentication

2009-01-05 Thread Tim
t of difficulty with the Django comments framework - > more specifically, dealing with comment modifications by site users as > well as moderators. > > Basically, I have a site in which users can post comments (using the > out-of-the-box commenting framework). I'd like to have a flexible > comm

Comments Framework and Authentication

2009-01-03 Thread Tim
Hi all - I am having a bit of difficulty with the Django comments framework - more specifically, dealing with comment modifications by site users as well as moderators. Basically, I have a site in which users can post comments (using the out-of-the-box commenting framework). I'd like to have

Re: Django Comments framework

2008-12-28 Thread Sean
; > The documentation is kinda sparse and i had to look into source code > to see there are some templates I can override. Any good tutorial on > new comments framework? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Django Comments framework

2008-12-27 Thread stereoit
is kinda sparse and i had to look into source code to see there are some templates I can override. Any good tutorial on new comments framework? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q

Re: Django new comments framework error

2008-11-19 Thread Greg Taylor
I've been seeing this same exact issue, even after completely deleting and re-exporting Django and my project's source (minus all .pyc files). It appears to be something else that's being buried by that non-descriptive error message. On Oct 1, 2:53 pm, hotani <[EMAIL PROTECTED]> wrote: > It's

Re: Django new comments framework error

2008-11-13 Thread DavidA
I just got bit by this too and it turned out that I had done an install of Django-1.0 on top of an older Django install. In the site- packages directory there was both a django/contrib/comments/urls.py (from 1.0) and a django/contrib/comments/urls/ directory which contained __init__.py and

Re: Django new comments framework error

2008-10-01 Thread hotani
It's back! No error on dev server, but crashing like crazy on test with same old crap: >> Caught an exception while rendering: Reverse for '> 0x2ae96d979410>' with arguments '()' and keyword arguments '{}' not found It alternates between that and: >> Caught an exception while rendering: No

Re: Django new comments framework error

2008-09-17 Thread Mark
On Sep 17, 7:01 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Wiadomość napisana w dniu 2008-09-16, o godz. 19:31, przez Mark: > > > I tried everything: > > - Deleted django/contrib/comments*.pyc files (a number of times) > > - updated to svn latest (a number of times :) ) > > That's not

Re: Django new comments framework error

2008-09-17 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-09-16, o godz. 19:31, przez Mark: > I tried everything: > - Deleted django/contrib/comments*.pyc files (a number of times) > - updated to svn latest (a number of times :) ) That's not "everything" ;). Doing rm -rf django/contrib/comments was the thing I did.

Re: Django new comments framework error

2008-09-17 Thread Jonathan Nelson
going to roll my own comments system in a couple of weeks. I would have to tweak the current comments framework substantially anyway to fit what I need, regardless. Jonathan On Sep 16, 10:31 am, Mark <[EMAIL PROTECTED]> wrote: > Hi, > > Finally - I got comments to work - bu

Re: Django new comments framework error

2008-09-16 Thread Mark
Hi, Finally - I got comments to work - but not correctly :-( Django version - svn:9003 Urls conf .. (r'^comments/', include('django.contrib.comments.urls')), I tried everything: - Deleted django/contrib/comments*.pyc files (a number of times) - updated to svn latest (a number of times

Re: New Comments Framework admin ordering issue

2008-09-08 Thread shelbybark
Ah, yes. Very good. I'll keep a watch on that. Thanks! On Sep 8, 6:19 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 8, 2008 at 6:43 PM, shelbybark <[EMAIL PROTECTED]> wrote: > > > I recently converted my personal site over to using django 1.0. So, I > > followed the upgrading

Re: New Comments Framework admin ordering issue

2008-09-08 Thread Karen Tracey
On Mon, Sep 8, 2008 at 6:43 PM, shelbybark <[EMAIL PROTECTED]> wrote: > > I recently converted my personal site over to using django 1.0. So, I > followed the upgrading guide for moving my old comments over to using > the new comments. However, since the upgrade, I've noticed the > ordering of

New Comments Framework admin ordering issue

2008-09-08 Thread shelbybark
I recently converted my personal site over to using django 1.0. So, I followed the upgrading guide for moving my old comments over to using the new comments. However, since the upgrade, I've noticed the ordering of the comments in the admin seems to be chronological, rather than reversed to see

Re: Django new comments framework error

2008-09-01 Thread SammyRulez
zapped django from site-packeges, updated to 8797 but still have this error. Running the django/test over a fresh checkout got a lot of fails on comments contrib app. es ERROR: testRenderCommentFormFromLiteral (regressiontests.comment_tests.tests.templatetag_tests.CommentTemplateTagTests)

Re: Django new comments framework error

2008-08-30 Thread tonemcd
...and of course, I find that http://code.djangoproject.com/ticket/8221 is now fixed! That should help clear up an awful lot of confusion. As of r8672, it's in the trunk. Cheers, Tone On Aug 29, 7:40 am, tonemcd <[EMAIL PROTECTED]> wrote: > Also >

Re: Django new comments framework error

2008-08-29 Thread tonemcd
Also see http://groups.google.com/group/django-users/browse_thread/thread/1f4bb991f9f0f7b5/62005ad4330c4884?lnk=gst=noReverseMatch#62005ad4330c4884 Short summary: maybe your named url regexes aren't matching the variables passed to them in the {% url ... %} tag. Apply the patch from

Re: Django new comments framework error

2008-08-28 Thread hotani
Did you delete the .pyc files from the django source? Another approach would be to go into /django/contrib/ and delete the comments directory, then do an 'svn up' to restore it. Then you'll be sure to get a fresh copy. That is what worked for me. But if you haven't used the comment system before

Re: Django new comments framework error

2008-08-28 Thread Mark
Hi, Updated to 8613 with the release of Django 1.0 Beta 2 and saw the addition of commenting framework - tried to add it and am getting a similar error to above. On Aug 27, 3:54 pm, Slavus <[EMAIL PROTECTED]> wrote: > Here is the solution: > You'll get this if you still have stale pyc files

Re: Django new comments framework error

2008-08-27 Thread Slavus
Here is the solution: You'll get this if you still have stale pyc files left over from the old comment system. Delete 'em and your code will work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Django new comments framework error

2008-08-26 Thread hotani
s with "'NoneType' > > object has no attribute 'source'" > > {% render_comment_form for object %} (this is straight from the docs) > > => fails: "Caught an exception while rendering: Reverse for ' > post_comment at 0xfc28b18>' not found." > > > On

Re: Django new comments framework error

2008-08-26 Thread hotani
te 'source'" > {% render_comment_form for object %} (this is straight from the docs) > => fails: "Caught an exception while rendering: Reverse for ' post_comment at 0xfc28b18>' not found." > > On Aug 26, 6:55 am, Slavus <[EMAIL PROTECTED]> wrote: > > >

Re: Django new comments framework error

2008-08-26 Thread hotani
ering: Reverse for '' not found." On Aug 26, 6:55 am, Slavus <[EMAIL PROTECTED]> wrote: > Today I updated Django to trunk version 8580, and I saw new comments > framework. > I updated my app acording to docs, made sql data migration but it > looks like new comments are no

Django new comments framework error

2008-08-26 Thread Slavus
Today I updated Django to trunk version 8580, and I saw new comments framework. I updated my app acording to docs, made sql data migration but it looks like new comments are not working. I am getting: Caught an exception while rendering: Reverse for '' not found. when I try to call

Comments framework

2007-08-08 Thread Ramdas S
I had asked this earlier. May be it was not clear. I am able to use both comments and free comments from Django Comments framework. However, I am not able to figure out how I can get users to make comments on comments posted by others. I think this must be trivial and the framework developers

Re: Comments framework in development?

2006-12-24 Thread James Bennett
On 12/23/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: There might be some work on the comment views to make them use the newforms framework, but other than that, I can't say I know of any work that is planned. I know that the idea of "pluggable" comment models keeps coming up (where

Re: Comments framework in development?

2006-12-23 Thread ringemup
Thanks, guys -- developer list it is --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group,

Re: Comments framework in development?

2006-12-23 Thread Kenneth Gonsalves
On 21-Dec-06, at 2:09 AM, ringemup wrote: Before I start seriously hacking the comments framework or implementing a replacement, I was wondering if anyone knows if any further work is being done on the comments framework, and if so, what's planned, or where I could find any more info

Re: Comments framework in development?

2006-12-23 Thread Russell Keith-Magee
On 12/21/06, ringemup <[EMAIL PROTECTED]> wrote: Hi folks -- Before I start seriously hacking the comments framework or implementing a replacement, I was wondering if anyone knows if any further work is being done on the comments framework, and if so, what's planned, or where I could fi

Comments framework in development?

2006-12-23 Thread ringemup
Hi folks -- Before I start seriously hacking the comments framework or implementing a replacement, I was wondering if anyone knows if any further work is being done on the comments framework, and if so, what's planned, or where I could find any more info? Thanks

Re: Comments framework

2006-09-14 Thread Guillermo Fernandez Castellanos
ch?q=label:django > http://code.djangoproject.com/ > > 2006/9/13, DavidA <[EMAIL PROTECTED]>: > > > > > > Guillermo Fernandez Castellanos wrote: > > > I am thinking of using the comments framework for a project, although > > > besides the FreeComment there'

Re: Comments framework

2006-09-13 Thread Mario Brandao
am thinking of using the comments framework for a project, although > > besides the FreeComment there's no real documentation about it that I > > have found besides the source. > > This might help: > http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment > > -Dav

Re: Comments framework

2006-09-13 Thread DavidA
Guillermo Fernandez Castellanos wrote: > I am thinking of using the comments framework for a project, although > besides the FreeComment there's no real documentation about it that I > have found besides the source. This might help: http://www.b-list.org/weblog/2006/07/16/django-tip

Re: Comments framework

2006-09-13 Thread [EMAIL PROTECTED]
Yup, Jeff's code uses it, and I'm using it, but I'd be the first to admit I don't really know what's going on. I'd love to implement the Karma functions, but don't have a clue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Comments framework

2006-09-13 Thread James Bennett
On 9/13/06, Guillermo Fernandez Castellanos > My questions are: > - Did someone use it in a project accesible to others so I can get > inspired from his example? Jeff made the source code behind his lost-theories.com site available freely, and IIRC it uses the registered comments system. See

Comments framework

2006-09-13 Thread Guillermo Fernandez Castellanos
Cheers, I am thinking of using the comments framework for a project, although besides the FreeComment there's no real documentation about it that I have found besides the source. My questions are: - Did someone use it in a project accesible to others so I can get inspired from his example