mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
8 years ago
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
|
python -c "from sapl.settings import SAPL_APPS; print(*[s.split('.')[-1] for s in SAPL_APPS])" | xargs -t ./manage.py graph_models -d -g -o zzz.png -l fdp |
Loading…
Reference in new issue