Re: Built in comments half working, Template-loader postmortem error.

2006-03-06 Thread coulix
FIXED : all of this was because of the slug field wich was pk. It needed ID to be pk, i therfore changed name and slug to unique. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Built in comments half working, Template-loader postmortem error.

2006-03-06 Thread coulix
An other probel i didn' spot. the comments i thought i added for one object (recipe) only, are actualy mapped to all recipes. its like one comment aply to all entries ! even better, when i go to the admin part / free comments i get this : AssertionError at /cefinban/admin/comments/freecomments/

Re: Built in comments half working, Template-loader postmortem error.

2006-03-05 Thread coulix
current solution : ln -s ~/Projects/cefinban/templates/comments /usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/contrib/admin/templates/comments Any better fix .. ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Built in comments half working, Template-loader postmortem error.

2006-03-05 Thread coulix
It seems to work only with the built in server from manage.py. Something wrong with my apache config ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

Built in comments half working, Template-loader postmortem error.

2006-03-05 Thread coulix
Hello, I tried to implement basic free comments into my web apps using the following links : http://www.rossp.org/blog/2006/feb/17/building-blog-django-3/ http://www.dobbes.com/blog/2005/jul/23/django_comments/ I got the "comments post comments" displaying well (check http://ozserver.no-i