On Fri, Sep 19, 2008 at 1:32 AM, Shakthi <[EMAIL PROTECTED]> wrote:

>
> Hi all,
> I havent overcome this error. I reinstalled my store and it seems
> fine. I will try to reproduce the error and if found I will create a
> ticket.
>
> Thanks
> Shakthi
>

Usually, such problems are caused by a syntax error in the url resolving
chain, and have nothing to do with the specific page which wasn't found.
 The best way I've found to track those problems down is to use iPython.

$ ./manage.py shell
[1] from django.core import urlresolvers
[2] urlresolvers.reverse('your-problem-view', None, {})

At this point, you are likely to get a traceback pointing at exactly the
problem file.

+Bruce Kroeze
http://gosatchmo.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to