Nsukami _
Nsukami _
Hey guys o/ Just to mention that I'm experiencing the same issue. I'm using `django==1.8.18` and `django-suit==0.2.18`.
If you don't mind adding a more detailed descriptions to your issues (And I understand it can be time consuming to do so), maybe I'll find some time to help...
If you don't mind adding a more detailed descriptions to the issues (And I understand how it can be time consuming to do so), maybe I'll find some time to...
May I respectfully suggest an [example](https://github.com/python/mypy/blob/master/CONTRIBUTING.md) ?
> So, we have this https://github.com/flet-dev/flet/blob/main/sdk/python/CONTRIBUTING.md for contributing to Python part of the project. Please receive all my apologies. I was looking for the `CONTRIBUTING.md` file in the root folder...
You can [synchronize](https://docs.dhis2.org/2.22/en/user/html/ch22s16.html) datas from one instance of dhis2 to another. Am I wrong to assume that we can just: - customize a specific url on your healthsite platform -...
There is an available restful [api](https://docs.dhis2.org/2.22/en/developer/html/ch01.html) to interact with a dhis2 instance. Am I wrong to assume that this api will be enough to post any datas from your healthsite...
> (unless the propagate flag for a logger is set to a false value, at which point the passing to ancestor handlers stops). I think you should look at the...
I would like to _respectfully_ improve one or two things in the french translations: ``` - "Add Row": "Ajouter une ligne" instead of "Ajouter une rangée" - "Add": "Ajouter" instead...
Yes, seems a missing dependency. I've just fixed the same issue here by installing wheel: `$ pip install wheel`