Browse Source

Changed 'Misago' to 'devproject' in celery.py

Ali 6 years ago
parent
commit
64d327bd95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devproject/celery.py

+ 1 - 1
devproject/celery.py

@@ -5,7 +5,7 @@ from celery import Celery
 # set the default Django settings module for the 'celery' program.
 # set the default Django settings module for the 'celery' program.
 os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')
 os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')
 
 
-app = Celery('Misago')
+app = Celery('devproject')
 
 
 # Using a string here means the worker doesn't have to serialize
 # Using a string here means the worker doesn't have to serialize
 # the configuration object to child processes.
 # the configuration object to child processes.