From d61af4ec69350e121ecab131712b5ff43cc1c68f Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Wed, 14 Jun 2017 10:09:38 +0200 Subject: [PATCH] installation of django_cron --- requirements.txt | 3 ++- smash/smash/settings.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c8c8a25..0dcc0503 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ psycopg2==2.6.2 pytz==2016.10 lxml==3.7.3 python-docx==0.8.6 -django-cleanup==0.4.2 \ No newline at end of file +django-cleanup==0.4.2 +django_cron==0.5.0 diff --git a/smash/smash/settings.py b/smash/smash/settings.py index f095db0f..e372bcb3 100644 --- a/smash/smash/settings.py +++ b/smash/smash/settings.py @@ -32,6 +32,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'django_cleanup', + 'django_cron', 'debug_toolbar', 'web' ] -- GitLab