Django Webapp crashed
nithin1729s
TRIALOP

2 years ago

Django webapp which was using postgres database has crashed no idea why here are my logs

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

2 Replies

nithin1729s
TRIALOP

2 years ago


2 years ago

From your deploy logs -```import psycopg2 as DatabaseModuleNotFoundError: No module named 'psycopg2'```Do you have psycopg2 in your requirements.txt file?


Loading...