you can have no F=V pairs with kepicreate

2019-08-17
Marnanel Thurman 2019-06-17 20:45:30 +01:00
rodzic c89fb32dd9
commit f73e8dfbd1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ class Command(BaseCommand):
parser.add_argument('type', type=str,
help="the type of object (e.g. 'Person')")
parser.add_argument(
'fields', metavar='FIELD=VALUE', nargs='+', type=str,
'fields', metavar='FIELD=VALUE', nargs='*', type=str,
help='fields for the new object')
def handle(self, *args, **options):