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 ] currencies_models_ExchangeRate_date [label=<
ExchangeRate_date
id AutoField
date DateField
>] }