Browse Source

Merge branch 'nettoyage-TODO'

Roland Haroutiounian 9 years ago
parent
commit
0e1932657c
2 changed files with 2 additions and 4 deletions
  1. 2
    3
      Database/sqlsettings.py
  2. 0
    1
      Database/sqlsetup.py

+ 2
- 3
Database/sqlsettings.py View File

10
             'encoding': 'utf8',
10
             'encoding': 'utf8',
11
         },
11
         },
12
         'mysql': {
12
         'mysql': {
13
-            # TODO à définir
14
             'driver': 'pymysql',
13
             'driver': 'pymysql',
15
             'encoding': 'utf8',
14
             'encoding': 'utf8',
16
         },
15
         },
20
         },
19
         },
21
     }
20
     }
22
 
21
 
23
-    DB_READ_CONNECTION_NAME = 'default'  # TODO A configurer
24
-    DB_WRITE_CONNECTION_NAME = 'default'  # TODO A configurer
22
+    DB_READ_CONNECTION_NAME = 'default'
23
+    DB_WRITE_CONNECTION_NAME = 'default'
25
     
24
     
26
     querystrings = {
25
     querystrings = {
27
         'add_column': {
26
         'add_column': {

+ 0
- 1
Database/sqlsetup.py View File

125
     tables.append(objects)
125
     tables.append(objects)
126
 
126
 
127
     # Table listing all files
127
     # Table listing all files
128
-    # TODO Préciser les colonnes à ajouter
129
     files = {
128
     files = {
130
         "name": "files",
129
         "name": "files",
131
         "columns": [
130
         "columns": [

Loading…
Cancel
Save