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