diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
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' |