Re: reverse problem

2008-12-08 Thread Grigory Fateyev

Hello Dmitry Dzhus!
On Mon, 08 Dec 2008 18:25:47 +0300 you wrote:

> 
> Grigory Fateyev wrote:
> > In all my local projects when I want to use comments contrib, got
> > the error [1]. Django is from last trunk, all *.pyc files from
> > contrib/comments were removed. What it can be?
> 
> Have you wiped out `urls/` subdirectory (left there from previous
> Django version) from `contrib/comments/`?

Thanks a lot! It was correct suggestion.

-- 
Всего наилучшего! Григорий
greg [at] anastasia [dot] ru
Письмо отправлено: 2008/12/08 18:46

--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: reverse problem

2008-12-08 Thread Dmitry Dzhus

Grigory Fateyev wrote:
> In all my local projects when I want to use comments contrib, got the
> error [1]. Django is from last trunk, all *.pyc files from
> contrib/comments were removed. What it can be?

Have you wiped out `urls/` subdirectory (left there from previous Django
version) from `contrib/comments/`?
-- 
Happy Hacking.

http://sphinx.net.ru
む


--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



reverse problem

2008-12-08 Thread Grigory Fateyev

Hello!

In all my local projects when I want to use comments contrib, got the
error [1]. Django is from last trunk, all *.pyc files from
contrib/comments were removed. What it can be?

Thanks!

[1] Exception Value:Caught an exception while rendering: Reverse
for '' with arguments '()' and
keyword arguments '{}' not found.

Original Traceback (most recent call last):
  File
"/usr/local/lib/python2.5/site-packages/django/template/debug.py", line
71, in render_node result = node.render(context) File
"/usr/local/lib/python2.5/site-packages/django/template/__init__.py",
line 888, in render return func(*resolved_vars) File
"/usr/local/lib/python2.5/site-packages/django/contrib/comments/templatetags/comments.py",
line 246, in comment_form_target return comments.get_form_target() File
"/usr/local/lib/python2.5/site-packages/django/contrib/comments/__init__.py",
line 50, in get_form_target return
urlresolvers.reverse("django.contrib.comments.views.comments.post_comment")
File
"/usr/local/lib/python2.5/site-packages/django/core/urlresolvers.py",
line 254, in reverse *args, **kwargs))) File
"/usr/local/lib/python2.5/site-packages/django/core/urlresolvers.py",
line 243, in reverse "arguments '%s' not found." % (lookup_view, args,
kwargs)) NoReverseMatch: Reverse for '' with arguments '()' and keyword arguments '{}' not found.

-- 
Всего наилучшего! Григорий
greg [at] anastasia [dot] ru
Письмо отправлено: 2008/12/08 13:57

--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---