sday, February 15, 2018 4:12:54 AM
To: Django users
Subject: Re: Syntax Error when trying to migrate to Postgresql
The problem was with the quotes being weird format, had to copy and paste the
correct quotes in for it. Thanks for the help!!
On Wednesday, February 14, 2018 at 9:59:06 PM UTC-5, Joe
The problem was with the quotes being weird format, had to copy and paste
the correct quotes in for it. Thanks for the help!!
On Wednesday, February 14, 2018 at 9:59:06 PM UTC-5, Joe wrote:
>
> I used TextEdit on Mac to edit the files, maybe using a different editor
> would work better.
>
> On
I used TextEdit on Mac to edit the files, maybe using a different editor
would work better.
On Wednesday, February 14, 2018 at 5:41:24 PM UTC-5, larry@gmail.com
wrote:
>
> On Wed, Feb 14, 2018 at 5:32 PM, Joe >
> wrote:
> >
> > DATABASES = {
> > 'default': {
> > 'ENGINE': 'd
On Wed, Feb 14, 2018 at 5:32 PM, Joe wrote:
>
> DATABASES = {
> 'default': {
> 'ENGINE': 'django.db.backends.postgresql',
> 'NAME': ‘postgres’,
> 'USER': ‘postgres’,
> 'PASSWORD': ‘*’,
> 'HOST': ‘localhost’,
> 'PORT': ‘8000’,
> }
> }
Looks l
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': ‘postgres’,
'USER': ‘postgres’,
'PASSWORD': ‘*’,
'HOST': ‘localhost’,
'PORT': ‘8000’,
}
}
On Wednesday, February 14, 2018 at 3:58:59 AM UTC-5, Andy wrote:
>
> Coul
Could you post a few more lines of this settings.py? Preferably the whole
DATABASES definition.
Just in case there actually is a weird invisible character try retyping
'postgresql', but more likely it looks as if you are using wrong quotation
marks other than ' or ". I dont even have on my keyb
6 matches
Mail list logo