Re: specify alternative settings.py file at startup

2008-12-31 Thread Russell Keith-Magee
On Wed, Dec 31, 2008 at 11:45 AM, dick...@gmail.com wrote: > > i'm confused on the --settings option on manage.py. > > if i have a project call foo, i'd have in ./foo/settings.py > > to run: python manage.py runserver 8080 > > let's say i have a bar.settings.py which contains different values > (

specify alternative settings.py file at startup

2008-12-30 Thread dick...@gmail.com
i'm confused on the --settings option on manage.py. if i have a project call foo, i'd have in ./foo/settings.py to run: python manage.py runserver 8080 let's say i have a bar.settings.py which contains different values (like test database to use or something), i'm trying to run: python manage.