diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 0ab3a23..ec67e5a 100644 --- a/settings.py +++ b/settings.py @@ -13,12 +13,15 @@ MOBILE_TEST = False DEBUG_TOOLBAR = False SQL_DEBUG = False +ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/" # Django settings for chimere project. PROJECT_NAME = 'Chimere' # url of the project image PROJECT_IMAGE = '' -ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/" +# mandatory if you put an image +PROJECT_IMAGE_WIDTH = 0 +PROJECT_IMAGE_HEIGHT = 0 EMAIL_HOST = 'localhost' CONTACT_EMAIL = '' |