From 54d04f3ece1064a63b8e2bfd7fa80014126fd449 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 3 Jan 2020 14:26:04 +0100 Subject: [PATCH] Remove django_cron again Previously broken by merge. --- biscuit/core/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index 93304118a..e46ef98ca 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -54,7 +54,6 @@ INSTALLED_APPS = [ "sass_processor", "easyaudit", "dbsettings", - "django_cron", "django_any_js", "django_yarnpkg", "django_tables2", -- GitLab