|
@@ -186,6 +186,32 @@ Run:
|
|
|
pytest
|
|
|
|
|
|
|
|
|
+Models graph
|
|
|
+------------
|
|
|
+
|
|
|
+*You need to have **graphviz** package installed on your system*.
|
|
|
+
|
|
|
+You can build a huge PDF of the models used in coin with :
|
|
|
+
|
|
|
+ ./manage.py graph_models \
|
|
|
+ coin members offers billing resources reverse_dns configuration isp_database \
|
|
|
+ -o models.pdf \
|
|
|
+ --group-models
|
|
|
+
|
|
|
+You can tweak the app list to graph (eg: if you use [optional
|
|
|
+apps](#using-optional-apps)).
|
|
|
+
|
|
|
+For example, if you want to graph only the `hardware_provisioning` app, run :
|
|
|
+
|
|
|
+ ./manage.py graph_models \
|
|
|
+ hardware_provisioning
|
|
|
+ -o models.pdf \
|
|
|
+ --group-models
|
|
|
+
|
|
|
+And for more fine tunning of graph generation :
|
|
|
+
|
|
|
+ ./manage.py graph_models --help
|
|
|
+
|
|
|
Available commands
|
|
|
==================
|
|
|
|