Add cronjob to fetch new timetable data from HSL

This commit is contained in:
Jan Tuomi
2017-01-20 15:07:26 +02:00
parent 332928ce30
commit 81a7f0a4a4
7 changed files with 51 additions and 25 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ GOOGLE_RECAPTCHA_SECRET_KEY = "YOUR-PRIVATE-KEY"
#Logger level
LOGGERLEVEL = logging.ERROR
LOGPATH = expanduser("~")+ "/debug.log"
LOGPATH = "logs/debug.log"
# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/