Default Django and django-rest templates crashes at initialization
juanocelio
HOBBYOP

a year ago

I am trying to find some packed solution to make a django backend trough rest API. But I couldnt use the templates above because I received crashes errors

Django template: SystemError: initialization of _psycopg raised unreported exception

Django-rest template: django.db.utils.OperationalError: connection to server at "viaduct.proxy.rlwy.net" (35.212.174.161), port 10865 failed: server closed the connection unexpectedly

Project id: d1670723-cd23-4dba-8939-102214d9dda8

9 Replies

juanocelio
HOBBYOP

a year ago

any clue? are this templates deprecated or do i need any extra step before using them


brody
EMPLOYEE

a year ago

please link to the templates you tried to deploy




brody
EMPLOYEE

a year ago

hmm yeah both those dont work, i'll look into the first one first


brody
EMPLOYEE

a year ago

@juano - update, first template working now, will look at whats wrong with the second template, but the most i could do for it would be to submit a pr to the repo since i dont have access to the repo it deploys from

1260007056224682000


brody
EMPLOYEE

a year ago

i was only going off of the success score for the second template and assumed it didnt work, but i just deployed it and it worked fine?


brody
EMPLOYEE

a year ago

1260010075557204000


juanocelio
HOBBYOP

a year ago

mmm interesting, I will try again


Loading...