Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
c04cd87e
Commit
c04cd87e
authored
Nov 06, 2019
by
LE GAC Renaud
Browse files
Update models/main to initialize the plugin dbui.
parent
3a3279ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
models/main.py
models/main.py
+3
-0
No files found.
models/main.py
View file @
c04cd87e
...
...
@@ -17,6 +17,7 @@ Note:
"""
from
gluon
import
current
from
gluon.tools
import
PluginManager
from
model_core
import
Core
from
model_selector
import
Selector
from
plugin_dbui
import
configure_forms
,
configure_grids
,
Dbui
...
...
@@ -48,6 +49,8 @@ T.lazy = True # immediate translation
#
# Configure plugin_dbui
#
plugins
=
PluginManager
()
plugins
.
dbui
.
pname
=
"plugin_dbui"
Dbui
.
define_paths
(
app_about
=
"static/plugin_dbui/ABOUT.html"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment