Re: settings.py seems to be cached or stuck

2009-11-24 Thread Crispin Wellington
On Tue, 2009-11-24 at 21:52 -0800, Graham Dumpleton wrote: > Your imagination is running amuck, no such thing happens. You can > quite happily run multiple Django instances in embedded mode, they > just need to be separated into distinct Python sub interpreters, which > is the default behaviour

Re: settings.py seems to be cached or stuck

2009-11-24 Thread Crispin Wellington
. Regards Crispin Wellington On Tue, 2009-11-24 at 19:12 -0800, Tom wrote: > Sorry, I should have mentioned that this has only come up after > deploying the project to a production server using mod_wsgi. It works > absolutely fine under development. > > Tom > > On Nov 25,

Re: PLEASE HELP ME! update python 2.5 to 2.6 and django doesnt work

2009-11-04 Thread Crispin Wellington
will need aswell. Kind Regards Crispin Wellington On Wed, 2009-11-04 at 01:01 -0800, joker wrote: > i update python 2.5.2 to 2.6 and setup changed directory > /usr/lib/python2.5 to /usr/local/lib/python2.5/ > and django doesnt working now > > Traceback (most recent call las

Re: My Dear Children

2009-10-30 Thread Crispin Wellington
In my book, posting this kind of thing to a mailing list not about religion constitutes a one way ticket to hell. Crispin Wellington On Fri, 2009-10-30 at 15:19 +0530, vivian gonsalves wrote: > My dear children, I write this to you so that you will not sin. But if > anybody does sin, w

Model field validation available in 0.96 but removed in 1.0?

2009-03-19 Thread Crispin Wellington
that that a FloatField contains a positive value, but NOT zero. I need this to be enforced in Django admin. How do I do this now in Django 1.0? Regards Crispin Wellington --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: garbage collection on models after use?

2009-03-11 Thread Crispin Wellington
That would be it! Thanks! Crispin On Wed, 2009-03-11 at 21:31 +1100, Malcolm Tredinnick wrote: > On Wed, 2009-03-11 at 08:13 +0000, Crispin Wellington wrote: > > Hello, > > > > I have a surprisingly simple bit of code, injecting data into a database > > via django

Re: Making a blank nullable field in admin actually take a NULL value when blank

2008-09-17 Thread Crispin Wellington
Don't worry about this. Deeper reading has led me to the correct approach :) Thanks everyone Regards Crispin On Wed, 2008-09-17 at 09:13 +, Crispin Wellington wrote: > Hello, > > This is a quick one I cant seem to find in the docs. If I have a model > with: >

Making a blank nullable field in admin actually take a NULL value when blank

2008-09-17 Thread Crispin Wellington
blank, they can't leave it blank at all. If I turn it on, it gets set to an empty string. What I would like is if its empty, for the database to be set to NULL. Is this possible? If so how do I achieve it? Kind Regards Crispin Wellington