Re: Django install

2008-11-20 Thread Sahil R Cooner
Have you tried checking out the django documentation, it's gotten a lot better than a year ago. You can find what you're looking for there at: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs On Thu, Nov 20, 2008 at 10:01:20AM -0800, waltbrad wrote: > > Hi folks. I'm trying

Re: Custom prepopulated SelectField's in DjangoAdmin

2008-11-10 Thread Sahil R Cooner
It's a little outdated, but it shows you how to override a template file per view of model. http://www.djangobook.com/en/1.0/chapter17/. On Mon, Nov 10, 2008 at 12:03:04PM -0800, ilmarik wrote: > > Is there any simple way to change to in > autogenerated django admin ? > > I have some fields

Re: Using settings.py mechanism for application settings

2008-10-31 Thread Sahil R Cooner
I'm a little confused as to the purpose behind the question, it feels pretty general, so I have a few questions. 1. When you say application are you talking about django apps generated via the "manage.py startapp" command? 2. LazySettings allows for a "proxying" of the Global settings in your

Re: Is there a way to host serveral django projects under a single virtual host

2008-10-31 Thread Sahil R Cooner
Of course there is :), for the VirtualHost *, means everything, instead use names like projecta, projectb, etc...if that doesn't make sense then the best thing to do prior to messing with your settings is to read the documentation from apache on VirtualHost. --neuro On Fri, Oct 31, 2008 at