Initial iteration
author David Read
()
committer David Read
()
commit 29a4a6f8c85614958ab2114f9e99bd1ca2488983
tree 973491e39b0cd7023cf7aed4f7d5db7b0e3af384
parent aabb73b3eb6b3d173d82d489274959db6a8f9e75
Initial iteration
12 files changed:
.gitignore
README.md [ deleted file ]
README.rst [ new file with mode 0644 ]
ckanext/__init__.py [ new file with mode 0644 ]
ckanext/ga_report/__init__.py [ new file with mode 0644 ]
ckanext/ga_report/command.py [ new file with mode 0644 ]
ckanext/ga_report/controller.py [ new file with mode 0644 ]
ckanext/ga_report/download_analytics.py [ new file with mode 0644 ]
ckanext/ga_report/ga_model.py [ new file with mode 0644 ]
ckanext/ga_report/plugin.py [ new file with mode 0644 ]
ckanext/ga_report/report_model.py [ new file with mode 0644 ]
setup.py [ new file with mode 0644 ]