update celery to a version that works in python3.7
This commit is contained in:
parent
de14061b68
commit
62fe578f38
4 changed files with 9 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue