From 14caef1e428f08e29ab19b0bf9e80c73f2945d56 Mon Sep 17 00:00:00 2001 From: ajurna Date: Tue, 26 May 2020 10:22:23 +0100 Subject: [PATCH] added python-dotenv and updated crontab example to load environment variables so the scan_comics will get the correct settings. --- cbreader/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbreader/crontab b/cbreader/crontab index 157ae7f..f5e86b6 100644 --- a/cbreader/crontab +++ b/cbreader/crontab @@ -1 +1 @@ -*/15 * * * * python /src/manage.py scan_comics \ No newline at end of file +*/15 * * * * python /src/manage.py scan_comics --settings=cbreader.settings.base \ No newline at end of file