fixes, updates

This commit is contained in:
bkfox
2015-09-15 16:50:12 +02:00
parent b3663b50b2
commit 4b5f908b3d
5 changed files with 254 additions and 235 deletions

View File

@ -255,7 +255,6 @@ class Command (BaseCommand):
parser.epilog += '\n ' + model.model.type() + ': \n' \
+ model.to_string()
def handle (self, *args, **options):
model = options.get('model')
if not model: