RELEASE V1.5?!
Initial release of v1.5! This place is a teeny bit too small so you should check out the Changelog to see the changes.
This commit is contained in:
14
Calendar/settings.py.backup
Normal file
14
Calendar/settings.py.backup
Normal file
@@ -0,0 +1,14 @@
|
||||
""" 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",
|
||||
"https://www.schulferien.org/media/ical/deutschland/ferien_baden-wuerttemberg_2019.ics?k=5dMdMMsZXnpA5bg9D0GY246EAIRqWAWv9fRtQ-ekYM1ADwSZeJpvo4fd-NhwlSxOPxm6BQRUgRvcQSKArfGUwZQLDfYfaiWnA1E9diCCB8s"
|
||||
]
|
||||
|
||||
api_key = "" #your owm-api-key
|
||||
location = "Julich, DE" #your location
|
||||
week_starts_on = "Monday" #Sunday or Monday
|
||||
display_colours = "bwr" #bwr=3-colour, bw=2-colour
|
||||
language = "de" #en=english, de=german
|
||||
units = "metric" #metric or imperial?
|
||||
hours = "24" #12 or 24?
|
Reference in New Issue
Block a user