From 954ce5dc30faf9bebfd060689d4fd8f8c147ce7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 20 Mar 2017 17:36:23 +0100 Subject: OpenGraph: add a project image if no image is available --- settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index ea2716f..0ab3a23 100644 --- a/settings.py +++ b/settings.py @@ -16,6 +16,8 @@ SQL_DEBUG = False # Django settings for chimere project. PROJECT_NAME = 'Chimere' +# url of the project image +PROJECT_IMAGE = '' ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/" EMAIL_HOST = 'localhost' -- cgit v1.2.3