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
3d89df07
Commit
3d89df07
authored
Apr 11, 2017
by
LE GAC Renaud
Browse files
Implement the new mechanism to define database connection strings.
parent
72c53375
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-1
models/access.py
models/access.py
+2
-0
No files found.
.gitignore
View file @
3d89df07
...
...
@@ -5,7 +5,7 @@
.pydevproject
*.table
.settings/
_db*.py*
_
*
db*.py*
_build/
cache/
cron/
...
...
models/access.py
View file @
3d89df07
...
...
@@ -5,6 +5,8 @@
Access to the databases.
"""
from
_mydb
import
DBURIS
# Migration flags
MIGRATE
=
False
MIGRATE_USER
=
False
...
...
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