From 6429458e32429a36234bb30ccdd2e5b2b058128b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 17 Mar 2018 13:07:03 +0100 Subject: Better management of project name --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 87d1553..6e7610f 100644 --- a/settings.py +++ b/settings.py @@ -17,7 +17,7 @@ MAIN_INDEX = "index" EXTRA_APPS = [] # Django settings for chimere project. -PROJECT_NAME = 'Chimere' +PROJECT_NAME = '' # url of the project image PROJECT_IMAGE = '' # mandatory if you put an image -- cgit v1.2.3