Commit 8432736a by Piotr Mitros

Prepare for PR of transform_embed into master

parent 0b6146a8
...@@ -185,12 +185,12 @@ class djobject(): ...@@ -185,12 +185,12 @@ class djobject():
if __name__ == "__main__": if __name__ == "__main__":
djo = djobject(baseurl = "http://127.0.0.1:8000/") djo = djobject(baseurl = "http://127.0.0.1:8000/")
if False: # djanalytics if True: # Internal test -- from djanalytics
print djo.query.djt_event_count() print djo.query.djt_event_count()
print djo.query.djt_user_event_count(user = "bob") print djo.query.djt_user_event_count(user = "bob")
print djo.query.__dir__() print djo.query.__dir__()
if True: # edxanalytics if False: # External test -- from edxanalytics
transform_policy = {'name': 'test', transform_policy = {'name': 'test',
'default' : 'deny', 'default' : 'deny',
'policy' : { 'total_user_count' : 'allow', 'policy' : { 'total_user_count' : 'allow',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment