Re: ModelForm problems, Programming Error 1146

2009-06-02 Thread Robocop
Well i only say the e.save() line causes social mayhem as when doing a line by line debug of that section, that's the command that causes all the trouble. I suspected there's a problem with my dispatch.cgi script, as if i were to manually add the table i get the same behavior (though adding the r

Re: ModelForm problems, Programming Error 1146

2009-06-01 Thread Karen Tracey
On Mon, Jun 1, 2009 at 5:09 PM, Robocop wrote: > > Hello, > I'm trying to deploy another developer's blog code, and have run into > some snags with their ModelForm for adding entries. > > The segment of code that triggers the error in my views.py: > http://dpaste.com/50238/ > > The model and mode