Billy Okeyo
Results
2
issues of
Billy Okeyo
When using django 4.0 you will face an issue with importing force_text from django.utils.encoding, instead you'd want to change that to **force_str** instead of **force_text** because django 4.0 no longer...
bug
There is an issue when trying to run the app, the overlay manifest attribute decalred at AndroidManifest.xml file in android/app/src/debug is not the same as the one declared in androis.app/src/main/res
question