parent
f68d462a40
commit
f87998ae01
1 changed files with 0 additions and 19 deletions
@ -1,19 +0,0 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Django local settings |
||||
|
||||
DEBUG = True |
||||
|
||||
DATABASES = { |
||||
'default': { |
||||
'ENGINE': 'django.db.backends.mysql', |
||||
'NAME': 'test', |
||||
'USER': 'root', |
||||
'PASSWORD': 'qazedc', |
||||
'HOST': '', |
||||
'PORT': '', |
||||
} |
||||
} |
||||
|
||||
INSTALLED_APPS += ( |
||||
'debug_toolbar', |
||||
) |
||||
Loading…
Reference in new issue