demo_data: cleanup test
commiter: cayo
This commit is contained in:
parent
0f258c9076
commit
c8729973b7
|
@ -70,11 +70,6 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
def create_default_did(self):
|
def create_default_did(self):
|
||||||
|
|
||||||
# did = DID.objects.create(label='Default', type=DID.Types.WEB)
|
|
||||||
# did.set_did()
|
|
||||||
# did.save()
|
|
||||||
# return
|
|
||||||
|
|
||||||
fdid = self.open_example_did()
|
fdid = self.open_example_did()
|
||||||
if not fdid:
|
if not fdid:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue