Change: Celery app name
This commit is contained in:
parent
8d96e15bed
commit
b0161d0d23
2 changed files with 21 additions and 5 deletions
|
@ -7,7 +7,7 @@ from celery import Celery
|
|||
# Set the default Django settings module for the 'celery' program.
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'core.settings')
|
||||
|
||||
app = Celery('core')
|
||||
app = Celery('archivist')
|
||||
|
||||
# Using a string here means the worker doesn't have to serialize
|
||||
# the configuration object to child processes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue