Inkycal/developers/setting-generator/settings.py_template
Toby Chui 8daa01419e
Setting generator init commit
Beta stage, but it should be bug free. Tested to work in Firefox and Chrome
2019-03-03 16:15:52 +08:00

15 lines
307 B
Plaintext

""" To quickly get started, fill in the following details:"""
ical_urls = [
"{ics_url}"
]
events_max_range = "{events_max_range}"
api_key = "{api_key}"
location = "{location}"
week_starts_on = "{weekStart}"
display_colours = "{display_colours}"
language = "{language}"
units = "{units}"
hours = "{hours}"