Move diagnostics, statistics and maintenance functions from the main app into separate apps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from project_tools.api import register_tool
|
||||
|
||||
from .links import statistics
|
||||
|
||||
register_tool(statistics)
|
||||
Reference in New Issue
Block a user