davidwneary

Results 2 issues of davidwneary

I'm not sure if this is a feature request or bug. Say I have the following Documents defined: ```python class Company(Document): products = EmbeddedDocumentListField(Product) class Product(EmbeddedDocument): name = StringField() meta...

Hi, I want to add another ssh key to the authorized keys of each of the nodes in my swarm so a colleague can also ssh into the swarm -...