Re: Admin fields setting raises FieldDoesNotExist

2008-07-18 Thread Justin Myers
Ah, worked perfectly. Thanks so much! -Justin On Jul 18, 8:52 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Python gothca: you've neglected to put a comma after 'slug' in 'fields': > ('slug').  Single-element tuples need to have a comma after their one > element to force them to be tuples.  In

Re: Admin fields setting raises FieldDoesNotExist

2008-07-18 Thread Karen Tracey
On Fri, Jul 18, 2008 at 8:44 PM, Justin Myers <[EMAIL PROTECTED]> wrote: > > Hello again! Still working on the blogging app I mentioned a couple of > days ago for my student newspaper. It's working on our production > server right now (so some of the other editors can check it out and > make sugge

Admin fields setting raises FieldDoesNotExist

2008-07-18 Thread Justin Myers
Hello again! Still working on the blogging app I mentioned a couple of days ago for my student newspaper. It's working on our production server right now (so some of the other editors can check it out and make suggestions), though I'll naturally be making some tweaks here and there. Right now, th