From 10a456c84723e56f3495f52db33ec64f75928a5b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 18 Aug 2014 01:28:28 -0400 Subject: [PATCH] Remove mayan/settings/local.py and ignore it from git, this is a local install file --- .gitignore | 1 + mayan/settings/local.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 mayan/settings/local.py diff --git a/.gitignore b/.gitignore index 083534daf5..cabfb01601 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ gpg_home/ .idea/ static_collected/ *egg-info* +mayan/settings/local.py diff --git a/mayan/settings/local.py b/mayan/settings/local.py deleted file mode 100644 index e13328181e..0000000000 --- a/mayan/settings/local.py +++ /dev/null @@ -1,3 +0,0 @@ -from __future__ import absolute_import - -from .base import *