model-bakers / farm-app

A Django app with Model Bakery examples 🥖👩‍🍳
https://model-bakery.readthedocs.io/en/latest/
MIT License
3 stars 2 forks source link

Implement multi-database #1

Open anapaulagomes opened 4 years ago

anapaulagomes commented 4 years ago

We should implement the multi-database feature and add test using bakery for it.

rhenanbartels commented 4 years ago

Hi @anapaulagomes, how are you?

Recently we worked on this issue and we created an example app with model-bakery to test the multi-database feature:

https://github.com/rhenanbartels/issue-94-model-bakery/tree/develop/book

It might be a good fit for this issue. Let me know if there's anything I can do to help with this issue

Congratulations on the project,

Cheers!

berinhard commented 4 years ago

@anapaulagomes I forgot to mention, but @rhenanbartels showed me this a while ago and I think it could be interesting for us to have it as a reference or a study case for bakery-app.

anapaulagomes commented 3 years ago

Nice, @rhenanbartels! Next week I'll be working on the models. After that, you feel free to open a PR for this issue. :)

Also, we could have here or/and on model bakery's documentation a section for showcases. What do you think @berinhard?

berinhard commented 3 years ago

I'm a +1 @anapaulagomes! Actually, python.org source code is using model-bakery to test the new sponsorship applications process.

anapaulagomes commented 3 years ago

Wow! That's amazing @berinhard!