From aa1e16e62c312670f46547a119691c826062819b Mon Sep 17 00:00:00 2001 From: Leonidas Poulopoulos Date: Wed, 16 Oct 2013 17:02:44 +0300 Subject: [PATCH] Update settings.py.dist --- settings.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py.dist b/settings.py.dist index 881f29e..cec0229 100644 --- a/settings.py.dist +++ b/settings.py.dist @@ -194,7 +194,7 @@ CELERY_CONCURRENCY = 1 # List of modules to import when celery starts. CELERY_IMPORTS = ("flowspec.tasks", ) -SERVER_EMAIL = "GRNET FoD Service " +SERVER_EMAIL = "Example FoD Service " EMAIL_SUBJECT_PREFIX = "[FoD] " LOG_FILE_LOCATION = here("log") -- 1.7.10.4