[extensions-web/django/upgrade-1.8] settings: removed Jasper's name and mail as default admin settings
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/django/upgrade-1.8] settings: removed Jasper's name and mail as default admin settings
- Date: Wed, 26 Oct 2016 21:49:30 +0000 (UTC)
commit 1fa8f92086400e85f4848f94e84d57be169b9ee6
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Thu Oct 27 00:37:44 2016 +0300
settings: removed Jasper's name and mail as default admin settings
sweettooth/settings.py | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 9839ada..1aa31bc 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -4,11 +4,9 @@ import os
DEBUG = False
-ADMINS = (
- ('Jasper St. Piere', 'jstpierre mecheye net'),
+
)
-MANAGERS = ADMINS
SITE_ROOT = os.path.dirname(os.path.abspath(__file__))
@@ -63,6 +61,12 @@ USE_I18N = True
# calendars according to the current locale
USE_L10N = True
+ADMINS = (
+ ('Administrator', 'admin@localhost.local'),
+)
+
+MANAGERS = ADMINS
+
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = os.path.join(SITE_ROOT, '..', 'uploaded-files')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]