UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 70: invalid continuation byte
gulnaratanbayevaFREE
3 months 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
1 Replies
3 months ago
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[bot] • 3 months ago
Status changed to Solved ray-chen • 3 months ago