update celery to a version that works in python3.7

This commit is contained in:
j 2019-07-16 12:05:40 +01:00
commit 62fe578f38
4 changed files with 9 additions and 9 deletions

View file

@ -6,8 +6,6 @@ from __future__ import absolute_import
import os
from os.path import join, normpath, dirname
import djcelery
djcelery.setup_loader()
BASE_DIR = PROJECT_ROOT = normpath(dirname(__file__))
BIN_DIR = normpath(join(PROJECT_ROOT, '..', 'bin'))
@ -122,7 +120,7 @@ INSTALLED_APPS = (
'django.contrib.humanize',
'django_extensions',
'djcelery',
'django_celery_results',
'app',
'log',
'annotation',