UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 70: invalid continuation byte
gulnaratanbayeva
FREEOP

a year ago

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': env("PGDATABASE"),
        'USER': env("PGUSER"),
        'PASSWORD': env("PGPASSWORD"),
        'HOST': env("PGHOST"),
        'PORT': env("PGPORT"),
    }
}

when i try to python manage.py makemigrations it shows this error

can someone pleeeeeeeeaassssseeee help me, i am stuck

Solved

1 Replies

Hey!

This seems like an issue with your project/application. Unfortunately, we're unable to offer first-party support for issues unrelated to the Railway product or platform.

Other communities such as Stackoverflow might be able to help you out further.


Status changed to Awaiting User Response Railway about 1 year ago


Status changed to Solved ray-chen about 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...