ResourceType.objects.create(name="lta_storage",description="Amount of storage in the LTA (in bytes)",quantity=Quantity.objects.get(value=Quantity.Choices.BYTES.value))
ResourceType.objects.create(name="lta_storage",description="Amount of storage in the LTA (in bytes)",quantity=Quantity.objects.get(value=Quantity.Choices.BYTES.value))
ResourceType.objects.create(name="cep_storage",description="Amount of storage on the CEP processing cluster (in bytes)",quantity=Quantity.objects.get(value=Quantity.Choices.BYTES.value))
ResourceType.objects.create(name="cep_storage",description="Amount of storage on the CEP processing cluster (in bytes)",quantity=Quantity.objects.get(value=Quantity.Choices.BYTES.value))