déplacement fichier config ddb
This commit is contained in:
7
Reskreen/my.cnf
Normal file
7
Reskreen/my.cnf
Normal file
@@ -0,0 +1,7 @@
|
||||
[client]
|
||||
database = django_dev
|
||||
user = django_usr
|
||||
password = YwVHV36ovBTXWugb
|
||||
default-character-set = utf8
|
||||
host =localhost
|
||||
port =3306
|
@@ -190,7 +190,7 @@ else:
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'OPTIONS': {
|
||||
'read_default_file': 'my.cnf',
|
||||
'read_default_file': 'Reskreen/my.cnf',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user