Skip to content
Snippets Groups Projects

Make Celery non-optional

Merged Jonathan Weth requested to merge refactor/non-optional-celery into master
6 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,4 +5,4 @@ from ...tasks import untis_import_mysql_current_term
class Command(BaseCommand):
def handle(self, *args, **options):
untis_import_mysql_current_term()
untis_import_mysql_current_term.delay()
Loading