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_City [label=<
City
id AutoField
name CharField
zip_code PositiveSmallIntegerField
>] webshop_models_City; }