/offline-website-logger

Django REST app to help track page/screen views (and other events) in offline-capable websites/web-apps/hybrid apps. Designed for use with wq; i.e. apps leveraging localStorage, application cache, and jQuery Mobile.

Primary LanguagePythonMIT LicenseMIT

Offline Web Log

OWL is an experimental logging system for offline-capable websites / web apps. OWL leverages the Django REST Framework Bulk package to process log events. The OWL server module is meant for use with wq/owl.js (in this repository).

Build Status

Tested on Python 2.7 and 3.4, with Django 1.6 and 1.7.