Create settings.py

This commit is contained in:
Ace 2018-10-11 13:32:02 +02:00 committed by GitHub
parent b6aefe5d7b
commit cbd7b28827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
2-colour/settings.py Normal file
View file

@ -0,0 +1,18 @@
""" To quickly get started, fill in the following details:"""
url = "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
api_key = "api-key"
location = "Julich, DE"
week_starts_on = "Monday"
# url refers to the iCal url. It's the link you can copy when you click on
# 'export' Calendar in Google or Yahoo (and many more online) Calendars
# api-key refers to your openweathermap api key. It can be generated for free
# when you sign up for an account and consists of a bunch of numbers and letters
# location refers to the city you live in. You api key will be used to grab live
# weather data for this city. Use the format below (city-name, country code)
# week_starts_on refers to the day on which the week starts on in your country.
# Choose between Monday and Sunday.