commit | cf544ac4411f3d0dc685099004d01093c7e6c67c | [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 | 1f1a931ce3f0db525369c9a021ca50a5d201b969 [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]