Django Webapp crashed
nithin1729s
TRIALOP
a year ago
Django webapp which was using postgres database has crashed no idea why here are my logs
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
brody
EMPLOYEE
a year ago
From your deploy logs -```import psycopg2 as DatabaseModuleNotFoundError: No module named 'psycopg2'```Do you have psycopg2 in your requirements.txt file?