Open xgilest opened 2 years ago
We are considering the use of Gitlab feature flag feature, which is based on https://www.getunleash.io/
But I would like to use Django-flags to maintain a clean and future-proof code. Has anyone tried before? Or with any other similar service.
Thank you!
I'm not familiar with the service you mention, but at a very cursory glance, you could probably hook their Python API into Django-Flags's state API.
We are considering the use of Gitlab feature flag feature, which is based on https://www.getunleash.io/
But I would like to use Django-flags to maintain a clean and future-proof code. Has anyone tried before? Or with any other similar service.
Thank you!