Re: Problem creating a model instance with data captured from an URL in a View

2008-02-04 Thread jack
I thought that should work and I tried that too and got an error of a data mismatch when I uses p.save() In checking what data was being brought into play I discovered that the summary argument was being dropped. I am now suspecting a bug in the implementation... --~--~-~--~~

Re: Problem creating a model instance with data captured from an URL in a View

2008-02-03 Thread Daniel Roseman
On 3 Feb, 07:04, "Jack Oswald" <[EMAIL PROTECTED]> wrote: > I have just created my first, very simple, Django app. Using the URL as a > way to pass in parameters, I capture information and use a template to > create an iCal file. I intend to put this up on the web to allow anyone who > wants to

Problem creating a model instance with data captured from an URL in a View

2008-02-02 Thread Jack Oswald
I have just created my first, very simple, Django app. Using the URL as a way to pass in parameters, I capture information and use a template to create an iCal file. I intend to put this up on the web to allow anyone who wants to add a link to a web page (especially static pages) a link that retu