Commit 97223b4d authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Fix database Options in project settings

parent 184cfc52
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -96,7 +96,8 @@ MySQL по сравнению с sqlite работает гораздо быст
            'USER': 'sopds',
            'PASSWORD' : 'sopds',
	        'OPTIONS' : {
    	        'init_command': "SET default_storage_engine=MyISAM",
	            'init_command': "SET default_storage_engine=MyISAM;\
	                             SET sql_mode='';"
	        }           
        }             
    }
+2 −1
Original line number Diff line number Diff line
@@ -92,7 +92,8 @@ WSGI_APPLICATION = 'sopds.wsgi.application'
#        'USER': 'sopds',
#        'PASSWORD' : 'sopds',
#        'OPTIONS' : {
#            'init_command': "SET default_storage_engine=MyISAM",
#            'init_command': "SET default_storage_engine=MyISAM;\
#                             SET sql_mode='';"
#        }
#    }             
#}