Adding a DRUID_IS_ACTIVE flag and changing nav bar

This commit is contained in:
Niharika Ray
2016-03-25 11:26:59 -07:00
parent 10a1eddaa7
commit fee6b3fafa
2 changed files with 23 additions and 17 deletions

View File

@@ -53,6 +53,7 @@ APP_NAME = "Dashed"
# tz.tzutc() : Using utc timezone
# tz.tzlocal() : Using local timezone
# other tz can be overridden by providing a local_config
DRUID_IS_ACTIVE = True
DRUID_TZ = tz.tzutc()
# ----------------------------------------------------