"invalid label' as it pertains to application name

2011-05-31 Thread Bobby Roberts
I am getting a pretty non-descript error reading "Caught RuntimeError while rendering: invalid label: cigar-wizard" when i go to a certain url on my website. This isn't a form label... it's referring to an application name. Any ideas what that means? -- You received this

invalid label

2011-05-27 Thread Bobby Roberts
error: Django Version: 1.3 pre-alpha SVN-14462 Exception Type: TemplateSyntaxError Exception Value: Caught RuntimeError while rendering: invalid label: cigar-wizard where cigar-wizard is the name of my module... it has nothing to do with satchmo. any idea what invalid label means? I

Re: Caught RuntimeError while rendering: invalid label:

2011-05-26 Thread SkuFlow.com
no idea what's causing it... i'm trying to go to a product page in my satchmo website and i'm getting the error. I don't even know what invalid label means On Thu, May 26, 2011 at 3:54 PM, Malcolm Box wrote: > On 26 May 2011 20:50, Bobby Roberts wrote: > &g

Re: Caught RuntimeError while rendering: invalid label:

2011-05-26 Thread Malcolm Box
On 26 May 2011 20:50, Bobby Roberts wrote: > anyone have any idea what invalid label means? > > Where are you getting this error? What did you do to trigger it? If you can give us more information, it's more likely that someone will be able to help you. Malcolm -- You receive

Re: Caught RuntimeError while rendering: invalid label:

2011-05-26 Thread Bobby Roberts
anyone have any idea what invalid label means? On May 26, 12:24 pm, Bobby Roberts wrote: > i'm getting this error: > > Caught RuntimeError while rendering: invalid label:  "whatever" > > where whatever is the name of an app in INSTALLED_APPS.  what does > "

Caught RuntimeError while rendering: invalid label:

2011-05-26 Thread Bobby Roberts
i'm getting this error: Caught RuntimeError while rendering: invalid label: "whatever" where whatever is the name of an app in INSTALLED_APPS. what does "invalid label" mean? -- You received this message because you are subscribed to the Google Groups "Django