Skip to content

Commit

Permalink
[#2618] Restore correct fanstatic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 17, 2012
1 parent f8dab60 commit 8f02c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/middleware.py
Expand Up @@ -69,7 +69,7 @@ def make_app(global_conf, full_stack=True, static_files=True, **app_conf):
#app = QueueLogMiddleware(app)

# Fanstatic
if not asbool(config.get('debug', False)):
if asbool(config.get('debug', False)):
fanstatic_config = {
'versioning' : True,
'recompute_hashes' : True,
Expand Down

0 comments on commit 8f02c4b

Please sign in to comment.