Correct discourse group sync task calling.

This commit is contained in:
Adarnof
2016-12-20 01:20:31 +00:00
parent 8582584fd5
commit ce35e72e44
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ djcelery.setup_loader()
# Celery configuration
BROKER_URL = 'redis://localhost:6379/0'
CELERYBEAT_SCHEDULER = "djcelery.schedulers.DatabaseScheduler"
BROKER_POOL_LIMIT = 0
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))