Re: "unknown command" from almost all admin commands

2010-08-27 Thread Ковалевич
according documentation http://docs.djangoproject.com/en/dev/ref/django-admin/?from=olddocs Generally, when working on a single Django project, it’s easier to use manage.py. Use django-admin.py with DJANGO_SETTINGS_MODULE, or the --settings command line option, if you need to switch between multipl

Re: "unknown command" from almost all admin commands

2010-08-27 Thread bruno desthuilliers
On 27 août, 05:51, bluearth wrote: > Hi, > > I'm trying to have multiple configuration files for my project as > described inhttp://www.djangobook.com/en/2.0/chapter12/. > > I always get the following when issuing administrative commands (for > example): > > # ./manage.py --settings=harmony.settin

"unknown command" from almost all admin commands

2010-08-27 Thread bluearth
Hi, I'm trying to have multiple configuration files for my project as described in http://www.djangobook.com/en/2.0/chapter12/. I always get the following when issuing administrative commands (for example): # ./manage.py --settings=harmony.settings_dev syncdb Unknown command: '--settings' Type '