bb
This commit is contained in:
parent
499431d955
commit
9e7fc18f4a
3 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ site = environ.get("DOMAIN").strip()
|
|||
site_name = environ.get("SITE_NAME").strip()
|
||||
defaulttheme = environ.get("DEFAULT_THEME", "midnight").strip()
|
||||
defaultcolor = environ.get("DEFAULT_COLOR", "fff").strip()
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "day").strip()
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
|
||||
cardview = bool(int(environ.get("CARD_VIEW", 1)))
|
||||
|
||||
class User(Base):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue