Remove call to dummy license command

This commit is contained in:
Christian Cueni 2020-02-27 13:12:33 +01:00
parent 7e91b606bd
commit 096fe77d46
1 changed files with 0 additions and 2 deletions

View File

@ -113,5 +113,3 @@ class Command(BaseCommand):
# now create all and rooms
management.call_command('dummy_rooms', verbosity=0)
# create license
management.call_command('create_dummy_license', verbosity=0)