Added new app 'project_setup' to display a setup dashboard style view instead of a secondary action list
This commit is contained in:
5
apps/project_setup/api.py
Normal file
5
apps/project_setup/api.py
Normal file
@@ -0,0 +1,5 @@
|
||||
setup_items = []
|
||||
|
||||
|
||||
def register_setup(link):
|
||||
setup_items.append(link)
|
||||
Reference in New Issue
Block a user