diff --git a/proj/local.py b/proj/local.py deleted file mode 100644 index ea65fb79..00000000 --- a/proj/local.py +++ /dev/null @@ -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', -)