Skip to content
Snippets Groups Projects
Commit c72ebc66 authored by David Trattnig's avatar David Trattnig
Browse files

Generate program and profile only

parent 3a7fd017
No related branches found
No related tags found
1 merge request!23Feat: Generate visual data model
Pipeline #1915 passed
...@@ -126,6 +126,6 @@ First, install GraphViz globally: ...@@ -126,6 +126,6 @@ First, install GraphViz globally:
Then, run following to generate an image out of the models: Then, run following to generate an image out of the models:
(venv) $ manage.py graph_models --pydot -a -g -o steering_data_model.png (venv) $ ./manage.py graph_models --pydot -g -o steering_data_model.png program profile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment