Improved tools menu using horizontal button widget just like the project_setup app
This commit is contained in:
5
apps/project_tools/api.py
Normal file
5
apps/project_tools/api.py
Normal file
@@ -0,0 +1,5 @@
|
||||
tool_items = []
|
||||
|
||||
|
||||
def register_tool(link):
|
||||
tool_items.append(link)
|
||||
Reference in New Issue
Block a user