Closed joehand closed 9 years ago
Currently Django setting DEBUG = True. We should change to False before publicizing the site.
DEBUG = True
False
Agree. Just solved the postgres issue too. Seems like postgres stopped on the server and just had to restart it.
Currently Django setting
DEBUG = True
. We should change toFalse
before publicizing the site.