digraph model_graph { // Dotfile by Django-Extensions graph_models // Created: 2018-01-29 22:04 // Cli Options: -a fontname = "Helvetica" fontsize = 8 splines = true node [ fontname = "Helvetica" fontsize = 8 shape = "plaintext" ] graph [ dpi = 300 ]; edge [ fontname = "Helvetica" fontsize = 8 ] // Labels webshop_models_ShoppingCartPosition [label=<
ShoppingCartPosition
id AutoField
article ForeignKey (id)
order ForeignKey (id)
amount FloatField
price_in_chf DecimalField
>] }