user's can't set/unset is_admin, is_active and is_readonly values in Login Details...
[plstackapi.git] / planetstack / apigen / dot.template.dot
1 digraph plstack {
2 {% for o in generator.all %}
3 {% for f in o.refs %}
4   "{{ o.camel }}"->"{{ f.camel }}";
5 {% endfor %}
6 {% endfor %}
7 }