Commit 21341ba3 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add mysql settings in comment

parent c02081c9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -84,6 +84,13 @@ DATABASES = {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
    }
    #'default': {
    #    'ENGINE': 'django.db.backends.mysql',
    #    'NAME': 'sopds2',
    #    'HOST': 'localhost',
    #    'USER': 'sopds',
    #    'PASSWORD' : 'sopds'
    #}             
}