Browse Source

修改数据库配置

zry 8 years ago
parent
commit
fb31271f86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      swyzxwb_photovote/settings.py

+ 2 - 2
swyzxwb_photovote/settings.py

@@ -63,8 +63,8 @@ DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql', 
         'NAME': 'xwbphotovote', 
-        'USER': 'swzry', 
-        'PASSWORD': 'ZPCZRY789987/.,',
+        'USER': 'swyzxwb', 
+        'PASSWORD': 'swyzxwb-Photo666~',
         'HOST': '127.0.0.1', 
         'PORT': '3306', 
     }