define celery settings

This commit is contained in:
2017-02-11 19:23:59 +01:00
parent e84b2f54a9
commit 9a18080db9
2 changed files with 4 additions and 1 deletions

View File

@@ -162,6 +162,8 @@ URL_LOCATION_PROCESSOR = 'http://127.0.0.1:8000/billard/process_locationdata'
STATIC_ROOT = "/srv/carom/carom-server/static/"
CELERY_PREFIX = 'carom'
try:
from local_settings import *
except ImportError: