Commit b67709a2 by Piotr Mitros

Test pass

parent 56448d82
......@@ -59,8 +59,8 @@ class embed():
url = self._baseurl+"schema"
schema = json.loads(requests.get(url).content)
else:
import djobject.views
schema = djobject.views.schema_helper()
import djanalytics.core.views
schema = djanalytics.core.views.schema_helper()
def __getattr__(self, attr):
## Disallow internal. This is necessary both for analytics,
......
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