Tyler Morgan

Results 9 comments of Tyler Morgan

Hello! Yes, this is 100% possible to do. At work we use a DynamoDB table to store configuration objects for various customers. We can then call those configurations up by...

> Great Thanks @digismack, Do you have some general suggestion on how to do this? I think we are mainly overriridng our own strategy to read the backends and their...

@keturn I see this was posted some time ago and never received a response. Did you ever figure out a solution?

It looks like many pull requests are being closed by stalebot. People are spending time and effort to improve the library and their contributions are being wasted. This library has...

I second the idea of transferring to Jazzband. They maintain several other very useful Python/Django projects that I've used and they are pretty responsive to pull requests and generating regular...

I recently ran into this situation and had to create a new backend locally for this. I'm unclear on if (or how) the current Azure B2C backend would still be...

@tony Maybe you can take a look at this and let me know what you think?

@kaojistream I just ended up creating a fork of the repo with my patch applied and I use it in my project's requirements.txt file instead. Every so often I pull...

Pretty sure this doesn't have anything to do with the ModelAdmin portion of the examples above. I'm experiencing the same `TypeError` on a model that uses InheritanceManager, but without any...