Re: Django and file uploads question

2007-05-01 Thread Craig Kuhns
I am on a mac using the svn version, not sure which one though, I tracked it down to that same portion of the code, but did not have a chance to write a patch for it. I let it sit for a couple of days, came back and refactored the whole application, and it ended up working. I am not sure what c

Re: Django and file uploads question

2007-04-24 Thread Craig Kuhns
Thanks Robin, I checked my permissions and they were messed up. Does any one have any idea what that error is from. I am at work right now, but tonight I am going to dig in and see if I can find it, but if anyone has any ideas they would be much appreciated. Thanks Craig --~--~-~--~--

Django and file uploads question

2007-04-23 Thread Craig Kuhns
Hey every one. I am pretty new to Python and Django coming over from Ruby on Rails. I am creating an app where different ministries will have profiles on a site and each profile will have a logo or picture associated with it. The site is far from going live but I am working on getting the basic

Re: Search tables related by a foreign key in admin

2007-04-13 Thread Craig Kuhns
Thanks, that did it. Craig On 4/13/07, RajeshD <[EMAIL PROTECTED]> wrote: > > > > > > search_fields = ['question', 'choice_choice'] > > > > Where choice_choice is supposed to be pointing to the choice field in > > the choice model, but something is not working with that. I am sure > > that I am

Search tables related by a foreign key in admin

2007-04-13 Thread Craig Kuhns
I am going through the Poll tutorial and i am just messing around with the code so that i understand what is all going on. While doing this the great idea occured to me that one should be able to search for a poll in the admin site based on the choices associated with it. I was looking around an

Re: about newforms

2007-04-09 Thread Craig Kuhns
I found this example to help me alot when trying to figure out the newforms. http://code.pui.ch/2007/01/07/using-djangos-newforms/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this