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
limbra
limbra
Commits
ef29272b
Commit
ef29272b
authored
Apr 23, 2017
by
LE GAC Renaud
Browse files
Polish main.py.
parent
0860ca77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
models/main.py
models/main.py
+6
-8
No files found.
models/main.py
View file @
ef29272b
...
@@ -39,7 +39,6 @@ from ui_report import ReportUI
...
@@ -39,7 +39,6 @@ from ui_report import ReportUI
from
ui_selector
import
SelectorUI
from
ui_selector
import
SelectorUI
from
ui_viewport
import
ViewportUi
from
ui_viewport
import
ViewportUi
# ............................................................................
# ............................................................................
#
#
# Connection to databases
# Connection to databases
...
@@ -79,7 +78,7 @@ T.lazy = False # immediate translation
...
@@ -79,7 +78,7 @@ T.lazy = False # immediate translation
# ............................................................................
# ............................................................................
#
#
#
Plugin dbui configuration
#
Configure plugin_dbui
#
#
Dbui
.
define_paths
(
Dbui
.
define_paths
(
...
@@ -143,10 +142,11 @@ configure_forms(
...
@@ -143,10 +142,11 @@ configure_forms(
configure_grids
(
configure_grids
(
tables
,
tables
,
plugins
=
[
"pGridRowEditorConfirmDelete"
,
plugins
=
[
"pGridRowEditorContextMenu"
,
"pGridRowEditorConfirmDelete"
,
"pGridRowEditorDblClick"
,
"pGridRowEditorContextMenu"
,
"pGridToolbar"
])
"pGridRowEditorDblClick"
,
"pGridToolbar"
])
AppUI
.
configure
(
db
,
T
)
AppUI
.
configure
(
db
,
T
)
AuthUI
.
configure
(
db
,
T
)
AuthUI
.
configure
(
db
,
T
)
...
@@ -156,5 +156,3 @@ ReportUI.configure(db, T)
...
@@ -156,5 +156,3 @@ ReportUI.configure(db, T)
SelectorUI
.
configure
(
virtdb
,
db
,
T
)
SelectorUI
.
configure
(
virtdb
,
db
,
T
)
ViewportUi
.
configure
(
db
,
T
,
virtdb
)
ViewportUi
.
configure
(
db
,
T
,
virtdb
)
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