remove local settings

remotes/origin/1203
root 12 years ago
parent f68d462a40
commit f87998ae01
  1. 19
      proj/local.py

@ -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…
Cancel
Save