diff --git a/requirements.txt b/requirements.txt index 7c8c8a256eade03dd1b45e814f2edf0593fd446b..0dcc0503db9fadbba8cf9f7f203abd80d3926b62 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 f095db0f5b511aa38a361b7f03fa5950fad30613..e372bcb3422763cdf677c617c106eef5114a9f83 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' ]