now working on linux with mariadb
This commit is contained in:
@@ -27,7 +27,8 @@ if TESTING or use_sqlite:
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'HOST': 'localhost',
|
||||
},
|
||||
'PASSWORD': 'roeidata',
|
||||
'PORT': '3306', },
|
||||
# 'TEST': {
|
||||
# 'CHARSET': 'utf8',
|
||||
# 'COLLATION': 'utf8_general_ci',
|
||||
@@ -37,9 +38,7 @@ if TESTING or use_sqlite:
|
||||
# 'ENGINE': 'django.db.backends.mysql',
|
||||
# 'NAME': 'rowsanda_107501',
|
||||
# 'USER': 'rowsanda_107501',
|
||||
# 'PASSWORD': 'roeidata',
|
||||
# 'HOST': 'store3.rosti.cz',
|
||||
# 'PORT': '3306',
|
||||
|
||||
# }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user