Re: Custom management commands with django-admin.py (again)

2008-03-25 Thread Malcolm Tredinnick
On Tue, 2008-03-25 at 00:01 -0500, Joseph Kocherhans wrote: > So, I've worked up a new patch that works for me with manage.py and > django-admin.py both with the settings flag and the environment > variable. The only real difference from the original is that now in > setup_environ, DJANGO_SETTING

Custom management commands with django-admin.py (again)

2008-03-24 Thread Joseph Kocherhans
So, I've worked up a new patch that works for me with manage.py and django-admin.py both with the settings flag and the environment variable. The only real difference from the original is that now in setup_environ, DJANGO_SETTINGS_MODULE is only set if it hasn't been already. If the DJANGO_SETTING