I have an Android application published, which shows the user the traffic conditions in the zone he wants, and can be filtered by road, by km... Well, that doesn't matter.
I want to know when the app is more used (weekends? During week at the morning?) and how the users use it, so I'm developing a way to get the user's use of the app.
First of all, I want to remark that this is going to be completely anonymous, and no personal data will be registered, and of course it will be disabled by default, only activated if the user wants it.
After pointing that, I'm going with the question.
I've developed a way to get the user usage in a JSON, and I'd want to upload it (probably via HTTP POST) and save it to a database, in my hosting.
I've thought in using Django, but I don't know which would be the best framework/method to do it.
What do you reccomend me to do that?