Yes, it seems but I don't know why -- I use new way for specifying DB
settings with DATATASES dictionary like:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'my_db',
        'USER': 'my_user',
        'PASSWORD': 'my_pass',
        'HOST': 'localhost',
        'PORT': ''
    },
}


On 10 čvn, 15:12, Kenneth Gonsalves <[email protected]> wrote:
> On Thursday 10 June 2010 18:35:32 Plovarna wrote:
>
> > Does anybody know where this messages came from?
>
> looks like the new multidb syntax needed for your connection string in
> settings.py
> --
> Regards
> Kenneth Gonsalves
> Senior Associate
> NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to