Uka Osim

Results 2 issues of Uka Osim

My android game leaderboard crashes in production. When I download the app, I can see the leaderboard scores when I click on it. But after playing a game session, when...

```class InlineModeInlineAdmin(nested_admin.NestedTabularInline): model = InlineModel description = "Inline Description" fields = ["name"] extra = 0 class ParentInlineModeInlineAdmin(nested_admin.NestedTabularInline): model = ParentInlineModel description = "Parent Description" extra = 0 max_num = 3...