Skip to content

Commit

Permalink
Disable Tags list to work around App Engine issue with new version an…
Browse files Browse the repository at this point in the history
…d Bloog
  • Loading branch information
mdragon committed Dec 3, 2009
1 parent b9eae59 commit 050f333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view.py
Expand Up @@ -169,7 +169,8 @@ def full_render(self, handler, template_info, more_params):
NUM_FULL_RENDERS[path] = 0
NUM_FULL_RENDERS[path] += 1 # This lets us see % of cached views
# in /admin/timings (see timings.py)
tags = Tag.list()
#tags = Tag.list()
tags = None
years = Year.get_all_years()

# Define some parameters it'd be nice to have in views by default.
Expand Down

0 comments on commit 050f333

Please sign in to comment.