Fetch HSL timetables with threads instead of cron

This commit is contained in:
Jan Tuomi
2017-01-21 19:55:14 +02:00
parent 81a7f0a4a4
commit a16c9f4f78
4 changed files with 25 additions and 19 deletions
-6
View File
@@ -56,12 +56,6 @@ pip install --upgrade pip
pip install -r requirements.txt
```
### Register cron jobs
```
./add_cronjob.sh
```
## Configure Django settings
`cp sikweb/settings-sample.py sikweb/settings.py`