digraph model_graph { fontname = "Helvetica" fontsize = 8 splines = true graph [ dpi = 300 ]; node [ fontname = "Helvetica" fontsize = 8 shape = "plaintext" ] edge [ fontname = "Helvetica" fontsize = 8 ] webshop_models_ExchangeRate [label=<
ExchangeRate
id AutoField
exchange_rate_to_chf FloatField
name CharField
>] webshop_models_ExchangeRate; }