test_gdal.run() output question

2008-10-30 Thread palewire
Hey all, Excited to get kicking with GeoDjango, and just drew this error message when running the initial test. I'm not totally sure whether I need to be concerned or not with the output. Anybody know what to make of it? """ >>> test_gdal.run() . BEGIN - expecting out of range feature id err

Re: test_gdal.run() output question

2008-10-30 Thread palewire
Oh pish. I figured this one out by -- surprise -- reading the innerds of the test_gdal py file. Forgive me for the list pollution. Geographic Admin app up and running! GeoDjango is awesome! On Oct 30, 10:59 am, palewire <[EMAIL PROTECTED]> wrote: > Hey all, > > Excited to g

Question: What's the best way to denormalize M2M data?

2009-05-18 Thread palewire
I've stumbled my way into methods for automatically denormalizing ForeignKey data -- and now see that better approaches have been packaged up the very cool django-denorm (http://code.google.com/p/ django-denorm/) -- which is great. But I'm curious to ask smarter people than myself about best pra

What, if any, Apache modules are required to implement Django authentication?

2009-05-22 Thread palewire
The default httpd.conf loaded on my CentOS server contains the following authentication modules. LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_alias_module mod

Overriding mod_python's default 500 error when "wonky" Django config problems strike

2010-10-06 Thread palewire
When Django is up, it handles 500 errors. When Django is screwed, mod_python will throw a bare bones "Internal Server Error." This is described well in the docs at the following link: http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#error-handling My question: Is there a way to ov