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, [email protected] wrote: > > On Wed, Feb 14, 2018 at 5:32 PM, Joe <[email protected] <javascript:>> > wrote: > > > > DATABASES = { > > 'default': { > > 'ENGINE': 'django.db.backends.postgresql', > > 'NAME': ‘postgres’, > > 'USER': ‘postgres’, > > 'PASSWORD': ‘*’, > > 'HOST': ‘localhost’, > > 'PORT': ‘8000’, > > } > > } > > Looks like the quotes around the values are some non ascii character. > On my screen I see this: > > ‘ > > Change it to ' or " > > Did you copy/paste that from Word perhaps? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/92f1bbad-512c-439d-bc4a-d5ae68d41d32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

