11 Aug ‘14
Things I did today:
- Resolved logging out issue. Refactored some code and used the login_decorator.
- Added a Logout button.
- Added a Search button to turn up relevant records.
- Some more styling improvements.
Things I did today:
I implemented location detection in my app today using pygeoip. I detected user network bandwidth by downloading an image at a URL using JS and timing it. This method gives network speed fairly close to as measured by other online... Continue →