I made a Django app that I just deployed, it uses GraphViz in conjunction with the graphviz package to generate images of graphs.
When I had my web app locally, GraphViz must be installed for the app to work properly, and that seems to be the case in here too since my scripts aren't generating the images needed.
How can I make it work?