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
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
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 '
3 matches
Mail list logo