diff --git a/docs/pictures/class_shoppingcartposition.dot b/docs/pictures/class_shoppingcartposition.dot new file mode 100644 index 0000000..9e46407 --- /dev/null +++ b/docs/pictures/class_shoppingcartposition.dot @@ -0,0 +1,63 @@ +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 +
+ >] +} diff --git a/docs/pictures/class_shoppingcartposition.png b/docs/pictures/class_shoppingcartposition.png new file mode 100644 index 0000000..85aae7f Binary files /dev/null and b/docs/pictures/class_shoppingcartposition.png differ