fdegrave / djangodoo

Django app to ease the interactions between Django and Odoo
Other
53 stars 21 forks source link

Now offering a non-blocking initialization process #4

Open tvanesse opened 8 years ago

tvanesse commented 8 years ago

Following the problem raised in #3, here is a patch that avoids single-point failures in third-party applications. I used a different approach from what was discussed in #3 but it works anyway.