From af3818d64a6d161a4768ea00f6fad3bd4fbd5d59 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Mon, 24 Apr 2017 03:16:43 +0530 Subject: [PATCH] Removed some unwanted changes and prepared for a pull request. --- dynamicweb/settings/__init__.py | 2 -- dynamicweb/settings/prod.py | 1 - 2 files changed, 3 deletions(-) diff --git a/dynamicweb/settings/__init__.py b/dynamicweb/settings/__init__.py index 137d242c..9b5ed21c 100644 --- a/dynamicweb/settings/__init__.py +++ b/dynamicweb/settings/__init__.py @@ -1,3 +1 @@ from .base import * - -SECRET_KEY = '18730s9n9sjxamsuJSismxOIAmso102xjAs' diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index 3d268ed4..dc2a059d 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -2,7 +2,6 @@ from .base import * ADMINS = ( ('Nico Schottelius', 'nico.schottelius@ungleich.ch'), - ('Raul Ascencio', 'raul.ascencio@yandex.com'), ('Tomislav Rupcic','tmslav@gmail.com'), )