[hack] bump controller string to clear cache

This commit is contained in:
Seb Bacon 2011-02-18 17:17:58 +00:00
parent 4634fe5150
commit 4ad028c44c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class GAController(BaseController):
def __str__(self):
# XXX hack to provide consistent cache key; what's the
# canonical way of doing caching like this in CKAN right now?
return "analyticscontroller"
return "analyticscontroller2"
def get_top_packages(self):
packages_data = self._get_ga_data()

View File

@ -1,4 +1,4 @@
gacode = """
gacode = u"""
<script type="text/javascript">
var _gaq = _gaq || [];