diff --git a/ebolageonode/settings.py b/ebolageonode/settings.py index 8328375..51b3ab6 100644 --- a/ebolageonode/settings.py +++ b/ebolageonode/settings.py @@ -40,6 +40,9 @@ except ImportError: pass +# Set time zone to Africa/Accra regardless of what is defined on local settings. +TIME_ZONE = "Africa/Accra" + # Additional directories which hold static files STATICFILES_DIRS.append( os.path.join(LOCAL_ROOT, "static"),