From 5a7e09c87688f7869bed07f3274501137b85457d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 1 Oct 2014 05:17:41 -0400 Subject: [PATCH] Reset the local.py settings file --- mayan/settings/local.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mayan/settings/local.py b/mayan/settings/local.py index 4013e13a5b..e13328181e 100644 --- a/mayan/settings/local.py +++ b/mayan/settings/local.py @@ -1,4 +1,3 @@ from __future__ import absolute_import -from .base import * -SECRET_KEY = 'rv4^n)!7-6np1crot2y4wki@-o7)^_oehl-zmaymu9$3k-6d7&' +from .base import *