commit | 21eb31218c1417372691e3808050330995d4d323 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 16 19:13:50 2015 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 16 19:13:50 2015 +0200 |
tree | 2c101873227d4631cbf91ae46d8c084c4a914bd4 | |
parent | b2c1a8117295b4432f40e73e5039de5cfbd540b7 [diff] |
Drop helloworld from dmdot
diff --git a/xos/dmdot b/xos/dmdot index 6d40c2c..8570c4d 100755 --- a/xos/dmdot +++ b/xos/dmdot
@@ -12,7 +12,7 @@ from django.db.models.fields.related import ForeignKey # defaults -apps = ["core", "hpc", "cord", "requestrouter", "helloworld"] +apps = ["core", "hpc", "cord", "requestrouter"] output = "-json" # syntax: dmdot [-json | -dot] [app_name]