Add a permit agency type database bootstrap
This commit is contained in:
@@ -4,7 +4,8 @@ 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
|
||||
from .api import BootstrapSimple, BootstrapPermit
|
||||
|
||||
register_setup(database_bootstrap)
|
||||
register_links(BootstrapSimple, [bootstrap_execute])
|
||||
register_links(BootstrapPermit, [bootstrap_execute])
|
||||
|
||||
Reference in New Issue
Block a user