Initial import of the database bootstrap app
This commit is contained in:
10
apps/bootstrap/__init__.py
Normal file
10
apps/bootstrap/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from project_setup.api import register_setup
|
||||
from navigation.api import register_links#, register_sidebar_template
|
||||
|
||||
from .links import database_bootstrap, bootstrap_execute
|
||||
from .api import BootstrapSimple
|
||||
|
||||
register_setup(database_bootstrap)
|
||||
register_links(BootstrapSimple, [bootstrap_execute])
|
||||
Reference in New Issue
Block a user