Re: copying sqlite database file between projects

2011-01-25 Thread Ion Ray Studios
That solved the syncdb error, but I'm still getting the same error inside the shell when I am trying get to the data. Progress! Thanks again! On 25/01/11 16:36, Michael wrote: I believe table names are all lower-case, so try 'sample_app_person' -- You received this message because you are

Re: copying sqlite database file between projects

2011-01-26 Thread Ion Ray Studios
Yup. That did it. The errors were a result of setttings.py pointing to the wrong database. Too much mucking about with too many things at the same time... On 25/01/11 16:36, Michael wrote: I believe table names are all lower-case, so try 'sample_app_person' -- You received this message bec

Re: cleaned_data not behaving how I expect it to. (newbie confusion)

2011-02-08 Thread Ion Ray Studios
Thanks for the "heads up". I actually was aware of this. When I'm trying to figure this kind of thing out, I start with the simplest problem and then add complications once I understand the fundamentals -- even if that means doing it the wrong way initially. Perhaps not the best approach...

Re: Model.clean() ValidationError

2011-03-15 Thread Ion Ray Studios
On 15/03/11 14:42, Daniel Roseman wrote: On Tuesday, March 15, 2011 2:36:45 PM UTC, Ben Dembroski wrote: Hi Tom, Thanks for your reply. (You're right, my example was lousy). I did in fact try what you suggested earlier on, and got the the following error: AttributeError a

Re: Model.clean() ValidationError

2011-03-15 Thread Ion Ray Studios
On 15/03/11 14:56, Tom Evans wrote: On Tue, Mar 15, 2011 at 2:36 PM, Ben Dembroski wrote: Hi Tom, Thanks for your reply. (You're right, my example was lousy). I did in fact try what you suggested earlier on, and got the the following error: AttributeError at /people/add/ 'ValidationError' o