Hélio Correia
Hélio Correia
Any news and ideas how dismiss this warning with the RelatedFactoryList? ```python class CategoryFactory(factory.django.DjangoModelFactory): class Meta: model = Category class ProductFactory(factory.django.DjangoModelFactory): class Meta: model = Product category = factory.RelatedFactoryList(CategoryFactory) ```...
I have the same issues
You were right, it was the problem of the ip, sorry
I've tried this again, the issue continues... ``` - job_name: nomad_sd nomad_sd_configs: - server: http://999.9.99.99:4646