Split referers plugin in post_analysis and display
Remove post_analysis top_visitors (done in display)
This commit is contained in:
2
conf.py
2
conf.py
@@ -16,7 +16,7 @@ DB_ROOT = './output/'
|
||||
DISPLAY_ROOT = './output/'
|
||||
|
||||
pre_analysis_hooks = ['page_to_hit', 'robots']
|
||||
post_analysis_hooks = ['top_visitors']
|
||||
post_analysis_hooks = ['referers']
|
||||
# post_analysis_hooks = ['top_visitors', 'reverse_dns']
|
||||
display_hooks = ['top_visitors', 'all_visits', 'referers']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user