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

13 lines
321 B
Text

""" 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"
]
api_key = ""
location = "Julich, DE"
week_starts_on = "Monday"
display_colours = "bwr"
language = "en"
units = "metric"
hours = "24"