Remove call to dummy license command
This commit is contained in:
parent
7e91b606bd
commit
096fe77d46
|
|
@ -113,5 +113,3 @@ class Command(BaseCommand):
|
||||||
# now create all and rooms
|
# now create all and rooms
|
||||||
management.call_command('dummy_rooms', verbosity=0)
|
management.call_command('dummy_rooms', verbosity=0)
|
||||||
|
|
||||||
# create license
|
|
||||||
management.call_command('create_dummy_license', verbosity=0)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue