Move event recording to Celery/database instead of log file

This commit is contained in:
Arik Fraimovich
2014-09-27 17:41:50 +03:00
parent 3ed1ea1e33
commit 91ab90a6fe
8 changed files with 63 additions and 38 deletions

View File

@@ -42,6 +42,7 @@ def check_settings():
@manager.command
def import_events(events_file):
# TODO: remove this code past 1/11/2014.
import json
from collections import Counter