fixbug
This commit is contained in:
parent
88e7804cae
commit
1bae1225e5
|
@ -17,4 +17,3 @@ Thumbs.db
|
|||
|
||||
#nohup.out
|
||||
nohup.out
|
||||
Codepedia2/settings.py
|
||||
|
|
|
@ -120,7 +120,7 @@ WSGI_APPLICATION = 'Codepedia2.wsgi.application'
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'codepedia_1',
|
||||
'NAME': 'codepedia',
|
||||
'USER': 'root',
|
||||
'PASSWORD': 'codepedia123',
|
||||
'HOST': '127.0.0.1'
|
||||
|
|
Loading…
Reference in New Issue