digraph name {
fontname = "Helvetica"
fontsize = 8
node [
fontname = "Helvetica"
fontsize = 8
shape = "plaintext"
]
edge [
fontname = "Helvetica"
fontsize = 8
]
editor_models_Application [label=<
Application |
id |
AutoField |
descriptor |
CharField |
label |
CharField |
>]
editor_models_Category [label=<
Category |
id |
AutoField |
application |
ForeignKey |
label |
CharField |
>]
editor_models_Icon [label=<
Icon |
id |
AutoField |
application |
ForeignKey |
filename |
CharField |
>]
editor_models_AccomplishmentTranslation [label=<
AccomplishmentTranslation <AccomplishmentTranslationBase> |
id |
AutoField |
accomplishment |
ForeignKey |
lang |
CharField |
title |
CharField |
description |
CharField |
summary |
TextField |
steps |
TextField |
links |
TextField |
helpres |
TextField |
tips |
TextField |
pitfalls |
TextField |
>]
editor_models_Accomplishment [label=<
Accomplishment <AccomplishmentBase> |
id |
AutoField |
descriptor |
CharField |
needsinformation |
TextField |
needssigning |
BooleanField |
depends |
ForeignKey |
application |
ForeignKey |
categories |
ManyToManyField |
icon |
ManyToManyField |
>]
editor_models_AccomplishmentProposal [label=<
AccomplishmentProposal <AccomplishmentTranslationBase> |
id |
AutoField |
accomplishment |
ForeignKey |
lang |
CharField |
title |
CharField |
description |
CharField |
summary |
TextField |
steps |
TextField |
links |
TextField |
helpres |
TextField |
tips |
TextField |
pitfalls |
TextField |
user |
ForeignKey |
rejected_date |
DateField |
>]
editor_models_Category -> editor_models_Application
[label="application (category)"] ;
editor_models_Icon -> editor_models_Application
[label="application (icon)"] ;
editor_models_AccomplishmentTranslation -> editor_models_Accomplishment
[label="accomplishment (accomplishmenttranslation)"] ;
editor_models_Accomplishment -> editor_models_Accomplishment
[label="depends (accomplishment)"] ;
editor_models_Accomplishment -> editor_models_Application
[label="application (accomplishment)"] ;
editor_models_Accomplishment -> editor_models_Category
[label="categories (accomplishment)"] [arrowhead=normal arrowtail=normal];
editor_models_Accomplishment -> editor_models_Icon
[label="icon (accomplishment)"] [arrowhead=normal arrowtail=normal];
editor_models_AccomplishmentProposal -> editor_models_Accomplishment
[label="accomplishment (accomplishmentproposal)"] ;
django_contrib_auth_models_User [label=<
>]
editor_models_AccomplishmentProposal -> django_contrib_auth_models_User
[label="user (accomplishmentproposal)"] ;
}