Posts Tagged ‘ adding ’

Django tips: Tech Model: Re: Signals in Django

March 19, 2010
By

Django tips : Tech Model. Friday, March 19, 2010. Re: Signals in Django. > Is it possible to get real signals into Django processes? I have > several processes that collect data for analysis, so they run a long > time normally. ...

Read more »

Django tips: Tech Model: login() and 'unicode' object is not …

March 19, 2010
By

Django tips : Tech Model. Friday, March 19, 2010. login() and 'unicode' object is not callable error. Hello,. can somebody help me with this error? I am a Django beginner but I don't see any errors in the code: Environment: ...

Read more »

Django tips: Tech Model: Re: ManagementForm validation error in …

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Re: ManagementForm validation error in unit test. > This works, but if I leave out the prefix in the last command then the same > ValidationError is raised. ...

Read more »

Django tips: Tech Model: Re: Send e-mail with large files from …

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Re: Send e-mail with large files from form attached. I can't help you with the technical part, but a couple of suggestions: * Sum the size of the images and send two (or more) e-mails ...

Read more »

Django tips: Tech Model: Django and Oracle Cartridges

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Django and Oracle Cartridges. Hi. I currently have an oracle cartridge which performs a specific type of search on large binary objects (which the cartridge also creates and indexes). ...

Read more »

Django tips: Tech Model: models.TextField –> rn in DB

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. models.TextField --> rn in DB. Hi,. I just discovered that I have a random mix auf rows some with rn and some with only n. I guess it depends on using a windows or linux browser ...

Read more »

Django tips: Tech Model: ManagementForm validation error in unit test

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. ManagementForm validation error in unit test. Hi, I have a function in tests.py that tests the editing of a form, and it worked fine until I added an inline formset to the form. ...

Read more »

Django tips: Tech Model: Re: query a foreignkey

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Re: query a foreignkey. On Mar 18, 4:28 pm, "het.oosten" wrote: > I have this model: > class House(models.Model): > Huisnumber = models.CharField(max_length=3) ...

Read more »

Django tips: Tech Model: Re: django buildout trouble

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Re: django buildout trouble. andreas schmid wrote: > John Griessen wrote: > > Kevin Teague wrote: > > > > I'm looking into why buildout would leave the pythonpath incomplete ...

Read more »

Django tips: Tech Model: Re: Why should I always use a forward …

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Re: Why should I always use a forward slash (/) in settings.py? On Thu, Mar 18, 2010 at 10:16 AM, brooder wrote: ...

Read more »