E-Paper-Calendar/Calendar/settings.py.sample

14 lines
321 B
Text
Raw Normal View History

""" To quickly get started, fill in the following details:"""
ical_urls = [
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
]
2019-02-06 00:25:55 +01:00
api_key = ""
location = "Julich, DE"
week_starts_on = "Monday"
display_colours = "bwr"
2019-02-10 23:32:18 +01:00
language = "en"
2019-02-06 00:25:55 +01:00
units = "metric"
hours = "24"